Html Css Color HEX #CEC906 Bird Flower

📋 copy color: '#CEC906'

red 206 ◦ green 201 ◦ blue 6

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

Shades of Bird Flower #CEC906

Tints of Bird Flower #CEC906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.67%

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

R = 49.88%
G = 48.67%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEC906 (or 0xCEC906) is known color: Bird Flower. HEX triplet: CE, C9 and 06. RGB value is (206,201,6). Sum of RGB (Red+Green+Blue) = 206+201+6=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC906 is #3136F9. Grayscale: #B5B5B5. Windows color (decimal): -3225338 or 444878. OLE color: 444878.

HSL color Cylindrical-coordinate representation of color #CEC906: hue angle of 58.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 #CEC906 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 6 -
CMYK 0 0.02 0.97 0.19
HSL 58.5º 0.94% 0.42% -
HSV(B) 58.5º 0.97% 0.81% -
XYZ 46.37 54.91 8.33 -
YUV 180.27 29.66 146.36 -
System Red Green Blue C M Y K H S L
Decimal 206 201 6 0 0.02 0.97 0.19 58.5 0.94 0.42
Hex CE C9 6 0 2 61 13 3A 5E 2A
Octal 316 311 6 0 2 141 23 72 136 52
Binary 11001110 11001001 110 0 10 1100001 10011 111010 1011110 101010

Color Harmonies of #CEC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC906

Black with #CEC906

Text Example


Text Example

White with #CEC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC906; }

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

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

background-color css

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

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

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

border-color css

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

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

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