#CC8109

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

Shades of Dark Goldenrod #CC8109

Tints of Dark Goldenrod #CC8109

Color information

#CC8109 (or 0xCC8109) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 81 and 09. RGB value is (204,129,9). Sum of RGB (Red+Green+Blue) = 204+129+9=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8109 is #337EF6. Grayscale: #8A8A8A. Windows color (decimal): -3374839 or 623052. OLE color: 623052.

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

Color convert

RGB2041299-
CMYK00.370.960.2
HSL36.92º91.55%41.76%-
HSV(B)36.92º95.59%80%-
XYZ32.828.564.04-
YUV137.7455.35175.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 9 (3.91% from 255) = 2.63%
R=59.65%
G=37.72%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204129900.370.960.236.9291.5541.76
HexCC8190256014255c2a
Octal31420111045140244513452
Binary1100110010000001100101001011100000101001001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8109; }

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

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

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

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

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

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

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

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