Html Css Color HEX #CCC009 Bird Flower

📋 copy color: '#CCC009'

red 204 ◦ green 192 ◦ blue 9

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

Shades of Bird Flower #CCC009

Tints of Bird Flower #CCC009

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 50.37%
G = 47.41%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC009 (or 0xCCC009) is known color: Bird Flower. HEX triplet: CC, C0 and 09. RGB value is (204,192,9). Sum of RGB (Red+Green+Blue) = 204+192+9=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC009 is #333FF6. Grayscale: #AFAFAF. Windows color (decimal): -3358711 or 639180. OLE color: 639180.

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

Color convert

RGB 204 192 9 -
CMYK 0 0.06 0.96 0.2
HSL 56.31º 0.92% 0.42% -
HSV(B) 56.31º 0.96% 0.8% -
XYZ 43.8 50.56 7.71 -
YUV 174.73 34.48 148.88 -
System Red Green Blue C M Y K H S L
Decimal 204 192 9 0 0.06 0.96 0.2 56.31 0.92 0.42
Hex CC C0 9 0 6 60 14 38 5C 2A
Octal 314 300 11 0 6 140 24 70 134 52
Binary 11001100 11000000 1001 0 110 1100000 10100 111000 1011100 101010

Color Harmonies of #CCC009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC009

Black with #CCC009

Text Example


Text Example

White with #CCC009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC009; }

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

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

background-color css

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

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

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

border-color css

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

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

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