Shades of Dark Goldenrod #CC8004
Tints of Dark Goldenrod #CC8004
RGB
CMYK
RGB Variations
Color information
#CC8004 (or 0xCC8004) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 04. RGB value is (204,128,4). Sum of RGB (Red+Green+Blue) = 204+128+4=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8004 is #337FFB. Grayscale: #898989. Windows color (decimal): -3375100 or 295116. OLE color: 295116.
HSL color Cylindrical-coordinate representation of color #CC8004: hue angle of 37.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC8004 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.2 |
| HSL | 37.2º | 0.96% | 0.41% | - |
| HSV(B) | 37.2º | 0.98% | 0.8% | - |
| XYZ | 32.64 | 28.28 | 3.85 | - |
| YUV | 136.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 4 | 0 | 0.37 | 0.98 | 0.2 | 37.2 | 0.96 | 0.41 |
| Hex | CC | 80 | 4 | 0 | 25 | 62 | 14 | 25 | 60 | 29 |
| Octal | 314 | 200 | 4 | 0 | 45 | 142 | 24 | 45 | 140 | 51 |
| Binary | 11001100 | 10000000 | 100 | 0 | 100101 | 1100010 | 10100 | 100101 | 1100000 | 101001 |
Color Harmonies of #CC8004
Complementary color
Monochromatic Colors of #CC8004
Black with #CC8004
Text Example
Text Example
White with #CC8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8004; }
p { color: rgb(204,128,4); }
H1.HeaderClassName
{
color: #CC8004;
}
.AnyTagClassName
{
color: #CC8004;
}
</style>
background-color css
<style>
a { background-color: #CC8004; }
a { background-color: rgb(204,128,4); }
div.DivClassName
{
background-color: #CC8004;
}
.BgClassName
{
background-color: #CC8004;
}
</style>
border-color css
<style>
span { border-color: #CC8004; }
span { border-color: rgb(204,128,4); }
td.TdClassName
{
border-color: #CC8004;
}
.TagClassName
{
border-color: #CC8004;
}
</style>