Html Css Color HEX #CCAC09 Bird Flower

📋 copy color: '#CCAC09'

red 204 ◦ green 172 ◦ blue 9

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

Shades of Bird Flower #CCAC09

Tints of Bird Flower #CCAC09

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

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

R = 52.99%
G = 44.68%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCAC09 (or 0xCCAC09) is known color: Bird Flower. HEX triplet: CC, AC and 09. RGB value is (204,172,9). Sum of RGB (Red+Green+Blue) = 204+172+9=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC09 is #3353F6. Grayscale: #A3A3A3. Windows color (decimal): -3363831 or 634060. OLE color: 634060.

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

Color convert

RGB 204 172 9 -
CMYK 0 0.16 0.96 0.2
HSL 50.15º 0.92% 0.42% -
HSV(B) 50.15º 0.96% 0.8% -
XYZ 39.7 42.36 6.34 -
YUV 162.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 204 172 9 0 0.16 0.96 0.2 50.15 0.92 0.42
Hex CC AC 9 0 10 60 14 32 5C 2A
Octal 314 254 11 0 20 140 24 62 134 52
Binary 11001100 10101100 1001 0 10000 1100000 10100 110010 1011100 101010

Color Harmonies of #CCAC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC09

Black with #CCAC09

Text Example


Text Example

White with #CCAC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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