#CEBC0B

Color #CEBC0B Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CEBC0B

Tints of Bird Flower #CEBC0B

Color information

#CEBC0B (or 0xCEBC0B) is unknown color: approx Bird Flower. HEX triplet: CE, BC and 0B. RGB value is (206,188,11). Sum of RGB (Red+Green+Blue) = 206+188+11=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC0B is #3143F4. Grayscale: #ADADAD. Windows color (decimal): -3228661 or 769230. OLE color: 769230.

HSL color Cylindrical-coordinate representation of color #CEBC0B: hue angle of 54.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEBC0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB20618811-
CMYK00.090.950.19
HSL54.46º89.86%42.55%-
HSV(B)54.46º94.66%80.78%-
XYZ43.549.117.5-
YUV173.236.46151.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 50.86%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 11 (4.69% from 255) = 2.72%
R=50.86%
G=46.42%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061881100.090.950.1954.4689.8642.55
HexCEBCB095F13365a2b
Octal31627413011137236613253
Binary11001110101111001011010011011111100111101101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC0B; }

 p { color: rgb(206,188,11); }

 H1.HeaderClassName
 {
   color: #CEBC0B;
 }
 .AnyTagClassName
 {
   color: #CEBC0B;
 }
</style>
background-color css

<style>
 a { background-color: #CEBC0B; }

 a { background-color: rgb(206,188,11); }

 div.DivClassName
 {
   background-color: #CEBC0B;
 }
 .BgClassName
 {
   background-color: #CEBC0B;
 }
</style>
border-color css

<style>
 span { border-color: #CEBC0B; }

 span { border-color: rgb(206,188,11); }

 td.TdClassName
 {
   border-color: #CEBC0B;
 }
 .TagClassName
 {
   border-color: #CEBC0B;
 }
</style>