#CC8A09

Color #CC8A09 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CC8A09

Tints of Dark Goldenrod #CC8A09

Color information

#CC8A09 (or 0xCC8A09) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 8A and 09. RGB value is (204,138,9). Sum of RGB (Red+Green+Blue) = 204+138+9=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A09 is #3375F6. Grayscale: #8F8F8F. Windows color (decimal): -3372535 or 625356. OLE color: 625356.

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

Color convert

RGB2041389-
CMYK00.320.960.2
HSL39.69º91.55%41.76%-
HSV(B)39.69º95.59%80%-
XYZ34.0431.034.45-
YUV143.0352.37171.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=58.12%
G=39.32%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204138900.320.960.239.6991.5541.76
HexCC8A90206014285c2a
Octal31421211040140245013452
Binary1100110010001010100101000001100000101001010001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A09; }

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

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

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

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

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

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

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

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