Html Css Color HEX #CEB506 Bird Flower

📋 copy color: '#CEB506'

red 206 ◦ green 181 ◦ blue 6

#CEB506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CEB506

Tints of Bird Flower #CEB506

RGB

 RED value IS 206 (80.86% from 255) = 52.42%

 GREEN value IS 181 (71.09% from 255) = 46.06%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 52.42%
G = 46.06%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEB506 (or 0xCEB506) is known color: Bird Flower. HEX triplet: CE, B5 and 06. RGB value is (206,181,6). Sum of RGB (Red+Green+Blue) = 206+181+6=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB506 is #314AF9. Grayscale: #A9A9A9. Windows color (decimal): -3230458 or 439758. OLE color: 439758.

HSL color Cylindrical-coordinate representation of color #CEB506: hue angle of 52.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEB506 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 6 -
CMYK 0 0.12 0.97 0.19
HSL 52.5º 0.94% 0.42% -
HSV(B) 52.5º 0.97% 0.81% -
XYZ 42.01 46.18 6.87 -
YUV 168.53 36.28 154.73 -
System Red Green Blue C M Y K H S L
Decimal 206 181 6 0 0.12 0.97 0.19 52.5 0.94 0.42
Hex CE B5 6 0 C 61 13 34 5E 2A
Octal 316 265 6 0 14 141 23 64 136 52
Binary 11001110 10110101 110 0 1100 1100001 10011 110100 1011110 101010

Color Harmonies of #CEB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB506

Black with #CEB506

Text Example


Text Example

White with #CEB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB506; }

 p { color: rgb(206,181,6); }

 H1.HeaderClassName
 {
   color: #CEB506;
 }
 .AnyTagClassName
 {
   color: #CEB506;
 }
</style>

background-color css

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

 a { background-color: rgb(206,181,6); }

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

border-color css

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

 span { border-color: rgb(206,181,6); }

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