Shades of Dark Goldenrod #CC8002
Tints of Dark Goldenrod #CC8002
RGB
CMYK
RGB Variations
Color information
#CC8002 (or 0xCC8002) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 02. RGB value is (204,128,2). Sum of RGB (Red+Green+Blue) = 204+128+2=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8002 is #337FFD. Grayscale: #888888. Windows color (decimal): -3375102 or 164044. OLE color: 164044.
HSL color Cylindrical-coordinate representation of color #CC8002: hue angle of 37.43º 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 #CC8002 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.2 |
| HSL | 37.43º | 0.98% | 0.4% | - |
| HSV(B) | 37.43º | 0.99% | 0.8% | - |
| XYZ | 32.63 | 28.28 | 3.8 | - |
| YUV | 136.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 2 | 0 | 0.37 | 0.99 | 0.2 | 37.43 | 0.98 | 0.4 |
| Hex | CC | 80 | 2 | 0 | 25 | 63 | 14 | 25 | 62 | 28 |
| Octal | 314 | 200 | 2 | 0 | 45 | 143 | 24 | 45 | 142 | 50 |
| Binary | 11001100 | 10000000 | 10 | 0 | 100101 | 1100011 | 10100 | 100101 | 1100010 | 101000 |
Color Harmonies of #CC8002
Complementary color
Monochromatic Colors of #CC8002
Black with #CC8002
Text Example
Text Example
White with #CC8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8002; }
p { color: rgb(204,128,2); }
H1.HeaderClassName
{
color: #CC8002;
}
.AnyTagClassName
{
color: #CC8002;
}
</style>
background-color css
<style>
a { background-color: #CC8002; }
a { background-color: rgb(204,128,2); }
div.DivClassName
{
background-color: #CC8002;
}
.BgClassName
{
background-color: #CC8002;
}
</style>
border-color css
<style>
span { border-color: #CC8002; }
span { border-color: rgb(204,128,2); }
td.TdClassName
{
border-color: #CC8002;
}
.TagClassName
{
border-color: #CC8002;
}
</style>