Html Css Color HEX #CECC06 Bird Flower

📋 copy color: '#CECC06'

red 206 ◦ green 204 ◦ blue 6

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

Shades of Bird Flower #CECC06

Tints of Bird Flower #CECC06

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

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

R = 49.52%
G = 49.04%
B = 1.44%

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

#CECC06 (or 0xCECC06) is known color: Bird Flower. HEX triplet: CE, CC and 06. RGB value is (206,204,6). Sum of RGB (Red+Green+Blue) = 206+204+6=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC06 is #3133F9. Grayscale: #B6B6B6. Windows color (decimal): -3224570 or 445646. OLE color: 445646.

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

Color convert

RGB 206 204 6 -
CMYK 0 0.01 0.97 0.19
HSL 59.4º 0.94% 0.42% -
HSV(B) 59.4º 0.97% 0.81% -
XYZ 47.08 56.32 8.56 -
YUV 182.03 28.66 145.1 -
System Red Green Blue C M Y K H S L
Decimal 206 204 6 0 0.01 0.97 0.19 59.4 0.94 0.42
Hex CE CC 6 0 1 61 13 3B 5E 2A
Octal 316 314 6 0 1 141 23 73 136 52
Binary 11001110 11001100 110 0 1 1100001 10011 111011 1011110 101010

Color Harmonies of #CECC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC06

Black with #CECC06

Text Example


Text Example

White with #CECC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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