Html Css Color HEX #CCC209 Bird Flower

📋 copy color: '#CCC209'

red 204 ◦ green 194 ◦ blue 9

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

Shades of Bird Flower #CCC209

Tints of Bird Flower #CCC209

RGB

 RED value IS 204 (80.08% from 255) = 50.12%

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

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

R = 50.12%
G = 47.67%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC209 (or 0xCCC209) is known color: Bird Flower. HEX triplet: CC, C2 and 09. RGB value is (204,194,9). Sum of RGB (Red+Green+Blue) = 204+194+9=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC209 is #333DF6. Grayscale: #B0B0B0. Windows color (decimal): -3358199 or 639692. OLE color: 639692.

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

Color convert

RGB 204 194 9 -
CMYK 0 0.05 0.96 0.2
HSL 56.92º 0.92% 0.42% -
HSV(B) 56.92º 0.96% 0.8% -
XYZ 44.24 51.44 7.86 -
YUV 175.9 33.81 148.04 -
System Red Green Blue C M Y K H S L
Decimal 204 194 9 0 0.05 0.96 0.2 56.92 0.92 0.42
Hex CC C2 9 0 5 60 14 39 5C 2A
Octal 314 302 11 0 5 140 24 71 134 52
Binary 11001100 11000010 1001 0 101 1100000 10100 111001 1011100 101010

Color Harmonies of #CCC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC209

Black with #CCC209

Text Example


Text Example

White with #CCC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC209; }

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

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

background-color css

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

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

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

border-color css

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

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

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