Html Css Color HEX #CEC409 Bird Flower

📋 copy color: '#CEC409'

red 206 ◦ green 196 ◦ blue 9

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

Shades of Bird Flower #CEC409

Tints of Bird Flower #CEC409

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

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

R = 50.12%
G = 47.69%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEC409 (or 0xCEC409) is known color: Bird Flower. HEX triplet: CE, C4 and 09. RGB value is (206,196,9). Sum of RGB (Red+Green+Blue) = 206+196+9=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC409 is #313BF6. Grayscale: #B2B2B2. Windows color (decimal): -3226615 or 640206. OLE color: 640206.

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

Color convert

RGB 206 196 9 -
CMYK 0 0.05 0.96 0.19
HSL 56.95º 0.92% 0.42% -
HSV(B) 56.95º 0.96% 0.81% -
XYZ 45.24 52.62 8.03 -
YUV 177.67 32.81 148.21 -
System Red Green Blue C M Y K H S L
Decimal 206 196 9 0 0.05 0.96 0.19 56.95 0.92 0.42
Hex CE C4 9 0 5 60 13 39 5C 2A
Octal 316 304 11 0 5 140 23 71 134 52
Binary 11001110 11000100 1001 0 101 1100000 10011 111001 1011100 101010

Color Harmonies of #CEC409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC409

Black with #CEC409

Text Example


Text Example

White with #CEC409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC409; }

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

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

background-color css

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

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

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

border-color css

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

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

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