Shades of Dark Goldenrod #CC8007
Tints of Dark Goldenrod #CC8007
RGB
CMYK
RGB Variations
Color information
#CC8007 (or 0xCC8007) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 07. RGB value is (204,128,7). Sum of RGB (Red+Green+Blue) = 204+128+7=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8007 is #337FF8. Grayscale: #898989. Windows color (decimal): -3375097 or 491724. OLE color: 491724.
HSL color Cylindrical-coordinate representation of color #CC8007: hue angle of 36.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC8007 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.2 |
| HSL | 36.85º | 0.93% | 0.41% | - |
| HSV(B) | 36.85º | 0.97% | 0.8% | - |
| XYZ | 32.66 | 28.29 | 3.94 | - |
| YUV | 136.93 | 54.68 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 7 | 0 | 0.37 | 0.97 | 0.2 | 36.85 | 0.93 | 0.41 |
| Hex | CC | 80 | 7 | 0 | 25 | 61 | 14 | 25 | 5D | 29 |
| Octal | 314 | 200 | 7 | 0 | 45 | 141 | 24 | 45 | 135 | 51 |
| Binary | 11001100 | 10000000 | 111 | 0 | 100101 | 1100001 | 10100 | 100101 | 1011101 | 101001 |
Color Harmonies of #CC8007
Complementary color
Monochromatic Colors of #CC8007
Black with #CC8007
Text Example
Text Example
White with #CC8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8007; }
p { color: rgb(204,128,7); }
H1.HeaderClassName
{
color: #CC8007;
}
.AnyTagClassName
{
color: #CC8007;
}
</style>
background-color css
<style>
a { background-color: #CC8007; }
a { background-color: rgb(204,128,7); }
div.DivClassName
{
background-color: #CC8007;
}
.BgClassName
{
background-color: #CC8007;
}
</style>
border-color css
<style>
span { border-color: #CC8007; }
span { border-color: rgb(204,128,7); }
td.TdClassName
{
border-color: #CC8007;
}
.TagClassName
{
border-color: #CC8007;
}
</style>