Html Css Color HEX #CEC209 Bird Flower

📋 copy color: '#CEC209'

red 206 ◦ green 194 ◦ blue 9

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

Shades of Bird Flower #CEC209

Tints of Bird Flower #CEC209

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.43%

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

R = 50.37%
G = 47.43%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEC209 (or 0xCEC209) is known color: Bird Flower. HEX triplet: CE, C2 and 09. RGB value is (206,194,9). Sum of RGB (Red+Green+Blue) = 206+194+9=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC209 is #313DF6. Grayscale: #B1B1B1. Windows color (decimal): -3227127 or 639694. OLE color: 639694.

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

Color convert

RGB 206 194 9 -
CMYK 0 0.06 0.96 0.19
HSL 56.35º 0.92% 0.42% -
HSV(B) 56.35º 0.96% 0.81% -
XYZ 44.79 51.73 7.88 -
YUV 176.5 33.48 149.04 -
System Red Green Blue C M Y K H S L
Decimal 206 194 9 0 0.06 0.96 0.19 56.35 0.92 0.42
Hex CE C2 9 0 6 60 13 38 5C 2A
Octal 316 302 11 0 6 140 23 70 134 52
Binary 11001110 11000010 1001 0 110 1100000 10011 111000 1011100 101010

Color Harmonies of #CEC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC209

Black with #CEC209

Text Example


Text Example

White with #CEC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC209; }

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

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

background-color css

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

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

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

border-color css

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

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

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