Html Css Color HEX #CECB06 Bird Flower

📋 copy color: '#CECB06'

red 206 ◦ green 203 ◦ blue 6

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

Shades of Bird Flower #CECB06

Tints of Bird Flower #CECB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

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

R = 49.64%
G = 48.92%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CECB06 (or 0xCECB06) is known color: Bird Flower. HEX triplet: CE, CB and 06. RGB value is (206,203,6). Sum of RGB (Red+Green+Blue) = 206+203+6=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB06 is #3134F9. Grayscale: #B6B6B6. Windows color (decimal): -3224826 or 445390. OLE color: 445390.

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

Color convert

RGB 206 203 6 -
CMYK 0 0.01 0.97 0.19
HSL 59.1º 0.94% 0.42% -
HSV(B) 59.1º 0.97% 0.81% -
XYZ 46.84 55.85 8.48 -
YUV 181.44 28.99 145.52 -
System Red Green Blue C M Y K H S L
Decimal 206 203 6 0 0.01 0.97 0.19 59.1 0.94 0.42
Hex CE CB 6 0 1 61 13 3B 5E 2A
Octal 316 313 6 0 1 141 23 73 136 52
Binary 11001110 11001011 110 0 1 1100001 10011 111011 1011110 101010

Color Harmonies of #CECB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB06

Black with #CECB06

Text Example


Text Example

White with #CECB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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