#CC8802

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

Shades of Dark Goldenrod #CC8802

Tints of Dark Goldenrod #CC8802

Color information

#CC8802 (or 0xCC8802) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 88 and 02. RGB value is (204,136,2). Sum of RGB (Red+Green+Blue) = 204+136+2=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8802 is #3377FD. Grayscale: #8D8D8D. Windows color (decimal): -3373054 or 166092. OLE color: 166092.

HSL color Cylindrical-coordinate representation of color #CC8802: hue angle of 39.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC8802 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2041362-
CMYK00.330.990.2
HSL39.8º98.06%40.39%-
HSV(B)39.8º99.02%80%-
XYZ33.7230.454.16-
YUV141.0649.53172.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=59.65%
G=39.77%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204136200.330.990.239.898.0640.39
HexCC8820216314286228
Octal3142102041143245014250
Binary11001100100010001001000011100011101001010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8802; }

 p { color: rgb(204,136,2); }

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

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

 a { background-color: rgb(204,136,2); }

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

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

 span { border-color: rgb(204,136,2); }

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