Html Css Color HEX #CECC04 Bird Flower

📋 copy color: '#CECC04'

red 206 ◦ green 204 ◦ blue 4

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

Shades of Bird Flower #CECC04

Tints of Bird Flower #CECC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 49.76%
G = 49.28%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CECC04 (or 0xCECC04) is known color: Bird Flower. HEX triplet: CE, CC and 04. RGB value is (206,204,4). Sum of RGB (Red+Green+Blue) = 206+204+4=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC04 is #3133FB. Grayscale: #B6B6B6. Windows color (decimal): -3224572 or 314574. OLE color: 314574.

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

Color convert

RGB 206 204 4 -
CMYK 0 0.01 0.98 0.19
HSL 59.41º 0.96% 0.41% -
HSV(B) 59.41º 0.98% 0.81% -
XYZ 47.07 56.32 8.5 -
YUV 181.8 27.66 145.26 -
System Red Green Blue C M Y K H S L
Decimal 206 204 4 0 0.01 0.98 0.19 59.41 0.96 0.41
Hex CE CC 4 0 1 62 13 3B 60 29
Octal 316 314 4 0 1 142 23 73 140 51
Binary 11001110 11001100 100 0 1 1100010 10011 111011 1100000 101001

Color Harmonies of #CECC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC04

Black with #CECC04

Text Example


Text Example

White with #CECC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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