Html Css Color HEX #CECB04 Bird Flower

📋 copy color: '#CECB04'

red 206 ◦ green 203 ◦ blue 4

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

Shades of Bird Flower #CECB04

Tints of Bird Flower #CECB04

RGB

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

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

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

R = 49.88%
G = 49.15%
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

#CECB04 (or 0xCECB04) is known color: Bird Flower. HEX triplet: CE, CB and 04. RGB value is (206,203,4). Sum of RGB (Red+Green+Blue) = 206+203+4=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB04 is #3134FB. Grayscale: #B6B6B6. Windows color (decimal): -3224828 or 314318. OLE color: 314318.

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

Color convert

RGB 206 203 4 -
CMYK 0 0.01 0.98 0.19
HSL 59.11º 0.96% 0.41% -
HSV(B) 59.11º 0.98% 0.81% -
XYZ 46.83 55.84 8.43 -
YUV 181.21 27.99 145.68 -
System Red Green Blue C M Y K H S L
Decimal 206 203 4 0 0.01 0.98 0.19 59.11 0.96 0.41
Hex CE CB 4 0 1 62 13 3B 60 29
Octal 316 313 4 0 1 142 23 73 140 51
Binary 11001110 11001011 100 0 1 1100010 10011 111011 1100000 101001

Color Harmonies of #CECB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB04

Black with #CECB04

Text Example


Text Example

White with #CECB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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