Shades of Dark Goldenrod #CC8804
Tints of Dark Goldenrod #CC8804
RGB
CMYK
RGB Variations
Color information
#CC8804 (or 0xCC8804) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 04. RGB value is (204,136,4). Sum of RGB (Red+Green+Blue) = 204+136+4=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8804 is #3377FB. Grayscale: #8D8D8D. Windows color (decimal): -3373052 or 297164. OLE color: 297164.
HSL color Cylindrical-coordinate representation of color #CC8804: hue angle of 39.6º 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 #CC8804 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.2 |
| HSL | 39.6º | 0.96% | 0.41% | - |
| HSV(B) | 39.6º | 0.98% | 0.8% | - |
| XYZ | 33.73 | 30.45 | 4.22 | - |
| YUV | 141.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 4 | 0 | 0.33 | 0.98 | 0.2 | 39.6 | 0.96 | 0.41 |
| Hex | CC | 88 | 4 | 0 | 21 | 62 | 14 | 28 | 60 | 29 |
| Octal | 314 | 210 | 4 | 0 | 41 | 142 | 24 | 50 | 140 | 51 |
| Binary | 11001100 | 10001000 | 100 | 0 | 100001 | 1100010 | 10100 | 101000 | 1100000 | 101001 |
Color Harmonies of #CC8804
Complementary color
Monochromatic Colors of #CC8804
Black with #CC8804
Text Example
Text Example
White with #CC8804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8804; }
p { color: rgb(204,136,4); }
H1.HeaderClassName
{
color: #CC8804;
}
.AnyTagClassName
{
color: #CC8804;
}
</style>
background-color css
<style>
a { background-color: #CC8804; }
a { background-color: rgb(204,136,4); }
div.DivClassName
{
background-color: #CC8804;
}
.BgClassName
{
background-color: #CC8804;
}
</style>
border-color css
<style>
span { border-color: #CC8804; }
span { border-color: rgb(204,136,4); }
td.TdClassName
{
border-color: #CC8804;
}
.TagClassName
{
border-color: #CC8804;
}
</style>