Shades of Dark Goldenrod #CC8008
Tints of Dark Goldenrod #CC8008
RGB
CMYK
RGB Variations
Color information
#CC8008 (or 0xCC8008) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 08. RGB value is (204,128,8). Sum of RGB (Red+Green+Blue) = 204+128+8=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8008 is #337FF7. Grayscale: #898989. Windows color (decimal): -3375096 or 557260. OLE color: 557260.
HSL color Cylindrical-coordinate representation of color #CC8008: hue angle of 36.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC8008 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 8 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.2 |
| HSL | 36.73º | 0.92% | 0.42% | - |
| HSV(B) | 36.73º | 0.96% | 0.8% | - |
| XYZ | 32.66 | 28.29 | 3.97 | - |
| YUV | 137.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 8 | 0 | 0.37 | 0.96 | 0.2 | 36.73 | 0.92 | 0.42 |
| Hex | CC | 80 | 8 | 0 | 25 | 60 | 14 | 25 | 5C | 2A |
| Octal | 314 | 200 | 10 | 0 | 45 | 140 | 24 | 45 | 134 | 52 |
| Binary | 11001100 | 10000000 | 1000 | 0 | 100101 | 1100000 | 10100 | 100101 | 1011100 | 101010 |
Color Harmonies of #CC8008
Complementary color
Monochromatic Colors of #CC8008
Black with #CC8008
Text Example
Text Example
White with #CC8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8008; }
p { color: rgb(204,128,8); }
H1.HeaderClassName
{
color: #CC8008;
}
.AnyTagClassName
{
color: #CC8008;
}
</style>
background-color css
<style>
a { background-color: #CC8008; }
a { background-color: rgb(204,128,8); }
div.DivClassName
{
background-color: #CC8008;
}
.BgClassName
{
background-color: #CC8008;
}
</style>
border-color css
<style>
span { border-color: #CC8008; }
span { border-color: rgb(204,128,8); }
td.TdClassName
{
border-color: #CC8008;
}
.TagClassName
{
border-color: #CC8008;
}
</style>