#CCAA09

Color #CCAA09 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CCAA09

Tints of Bird Flower #CCAA09

Color information

#CCAA09 (or 0xCCAA09) is unknown color: approx Bird Flower. HEX triplet: CC, AA and 09. RGB value is (204,170,9). Sum of RGB (Red+Green+Blue) = 204+170+9=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA09 is #3355F6. Grayscale: #A2A2A2. Windows color (decimal): -3364343 or 633548. OLE color: 633548.

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

Color convert

RGB2041709-
CMYK00.170.960.2
HSL49.54º91.55%41.76%-
HSV(B)49.54º95.59%80%-
XYZ39.3341.616.22-
YUV161.8141.76158.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 9 (3.91% from 255) = 2.35%
R=53.26%
G=44.39%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204170900.170.960.249.5491.5541.76
HexCCAA90116014325c2a
Octal31425211021140246213452
Binary110011001010101010010100011100000101001100101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA09; }

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

 H1.HeaderClassName
 {
   color: #CCAA09;
 }
 .AnyTagClassName
 {
   color: #CCAA09;
 }
</style>
background-color css

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

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

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

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

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

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