Html Css Color HEX #CEC609 Bird Flower

📋 copy color: '#CEC609'

red 206 ◦ green 198 ◦ blue 9

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

Shades of Bird Flower #CEC609

Tints of Bird Flower #CEC609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

 BLUE value IS 9 (3.91% from 255) = 2.18%

R = 49.88%
G = 47.94%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEC609 (or 0xCEC609) is known color: Bird Flower. HEX triplet: CE, C6 and 09. RGB value is (206,198,9). Sum of RGB (Red+Green+Blue) = 206+198+9=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC609 is #3139F6. Grayscale: #B3B3B3. Windows color (decimal): -3226103 or 640718. OLE color: 640718.

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

Color convert

RGB 206 198 9 -
CMYK 0 0.04 0.96 0.19
HSL 57.56º 0.92% 0.42% -
HSV(B) 57.56º 0.96% 0.81% -
XYZ 45.7 53.53 8.18 -
YUV 178.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 206 198 9 0 0.04 0.96 0.19 57.56 0.92 0.42
Hex CE C6 9 0 4 60 13 3A 5C 2A
Octal 316 306 11 0 4 140 23 72 134 52
Binary 11001110 11000110 1001 0 100 1100000 10011 111010 1011100 101010

Color Harmonies of #CEC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC609

Black with #CEC609

Text Example


Text Example

White with #CEC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC609; }

 p { color: rgb(206,198,9); }

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

background-color css

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

 a { background-color: rgb(206,198,9); }

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

border-color css

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

 span { border-color: rgb(206,198,9); }

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