Html Css Color HEX #CEB608 Bird Flower

📋 copy color: '#CEB608'

red 206 ◦ green 182 ◦ blue 8

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

Shades of Bird Flower #CEB608

Tints of Bird Flower #CEB608

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 52.02%
G = 45.96%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEB608 (or 0xCEB608) is known color: Bird Flower. HEX triplet: CE, B6 and 08. RGB value is (206,182,8). Sum of RGB (Red+Green+Blue) = 206+182+8=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB608 is #3149F7. Grayscale: #AAAAAA. Windows color (decimal): -3230200 or 571086. OLE color: 571086.

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

Color convert

RGB 206 182 8 -
CMYK 0 0.12 0.96 0.19
HSL 52.73º 0.93% 0.42% -
HSV(B) 52.73º 0.96% 0.81% -
XYZ 42.23 46.6 7 -
YUV 169.34 36.95 154.15 -
System Red Green Blue C M Y K H S L
Decimal 206 182 8 0 0.12 0.96 0.19 52.73 0.93 0.42
Hex CE B6 8 0 C 60 13 35 5D 2A
Octal 316 266 10 0 14 140 23 65 135 52
Binary 11001110 10110110 1000 0 1100 1100000 10011 110101 1011101 101010

Color Harmonies of #CEB608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB608

Black with #CEB608

Text Example


Text Example

White with #CEB608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB608; }

 p { color: rgb(206,182,8); }

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

background-color css

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

 a { background-color: rgb(206,182,8); }

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

border-color css

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

 span { border-color: rgb(206,182,8); }

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