Shades of Dark Goldenrod #CC8204
Tints of Dark Goldenrod #CC8204
RGB
CMYK
RGB Variations
Color information
#CC8204 (or 0xCC8204) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 04. RGB value is (204,130,4). Sum of RGB (Red+Green+Blue) = 204+130+4=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8204 is #337DFB. Grayscale: #8A8A8A. Windows color (decimal): -3374588 or 295628. OLE color: 295628.
HSL color Cylindrical-coordinate representation of color #CC8204: hue angle of 37.8º 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 #CC8204 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.2 |
| HSL | 37.8º | 0.96% | 0.41% | - |
| HSV(B) | 37.8º | 0.98% | 0.8% | - |
| XYZ | 32.91 | 28.81 | 3.94 | - |
| YUV | 137.76 | 52.52 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 4 | 0 | 0.36 | 0.98 | 0.2 | 37.8 | 0.96 | 0.41 |
| Hex | CC | 82 | 4 | 0 | 24 | 62 | 14 | 26 | 60 | 29 |
| Octal | 314 | 202 | 4 | 0 | 44 | 142 | 24 | 46 | 140 | 51 |
| Binary | 11001100 | 10000010 | 100 | 0 | 100100 | 1100010 | 10100 | 100110 | 1100000 | 101001 |
Color Harmonies of #CC8204
Complementary color
Monochromatic Colors of #CC8204
Black with #CC8204
Text Example
Text Example
White with #CC8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8204; }
p { color: rgb(204,130,4); }
H1.HeaderClassName
{
color: #CC8204;
}
.AnyTagClassName
{
color: #CC8204;
}
</style>
background-color css
<style>
a { background-color: #CC8204; }
a { background-color: rgb(204,130,4); }
div.DivClassName
{
background-color: #CC8204;
}
.BgClassName
{
background-color: #CC8204;
}
</style>
border-color css
<style>
span { border-color: #CC8204; }
span { border-color: rgb(204,130,4); }
td.TdClassName
{
border-color: #CC8204;
}
.TagClassName
{
border-color: #CC8204;
}
</style>