Shades of Dark Goldenrod #CC8510
Tints of Dark Goldenrod #CC8510
RGB
CMYK
RGB Variations
Color information
#CC8510 (or 0xCC8510) is known color: Dark Goldenrod. HEX triplet: CC, 85 and 10. RGB value is (204,133,16). Sum of RGB (Red+Green+Blue) = 204+133+16=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8510 is #337AEF. Grayscale: #8D8D8D. Windows color (decimal): -3373808 or 1082828. OLE color: 1082828.
HSL color Cylindrical-coordinate representation of color #CC8510: hue angle of 37.34º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC8510 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 16 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.2 |
| HSL | 37.34º | 0.85% | 0.43% | - |
| HSV(B) | 37.34º | 0.92% | 0.8% | - |
| XYZ | 33.38 | 29.65 | 4.45 | - |
| YUV | 140.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 16 | 0 | 0.35 | 0.92 | 0.2 | 37.34 | 0.85 | 0.43 |
| Hex | CC | 85 | 10 | 0 | 23 | 5C | 14 | 25 | 55 | 2B |
| Octal | 314 | 205 | 20 | 0 | 43 | 134 | 24 | 45 | 125 | 53 |
| Binary | 11001100 | 10000101 | 10000 | 0 | 100011 | 1011100 | 10100 | 100101 | 1010101 | 101011 |
Color Harmonies of #CC8510
Complementary color
Monochromatic Colors of #CC8510
Black with #CC8510
Text Example
Text Example
White with #CC8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8510; }
p { color: rgb(204,133,16); }
H1.HeaderClassName
{
color: #CC8510;
}
.AnyTagClassName
{
color: #CC8510;
}
</style>
background-color css
<style>
a { background-color: #CC8510; }
a { background-color: rgb(204,133,16); }
div.DivClassName
{
background-color: #CC8510;
}
.BgClassName
{
background-color: #CC8510;
}
</style>
border-color css
<style>
span { border-color: #CC8510; }
span { border-color: rgb(204,133,16); }
td.TdClassName
{
border-color: #CC8510;
}
.TagClassName
{
border-color: #CC8510;
}
</style>