Shades of Dark Goldenrod #CC8808
Tints of Dark Goldenrod #CC8808
RGB
CMYK
RGB Variations
Color information
#CC8808 (or 0xCC8808) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 08. RGB value is (204,136,8). Sum of RGB (Red+Green+Blue) = 204+136+8=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8808 is #3377F7. Grayscale: #8E8E8E. Windows color (decimal): -3373048 or 559308. OLE color: 559308.
HSL color Cylindrical-coordinate representation of color #CC8808: hue angle of 39.18º 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 #CC8808 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.2 |
| HSL | 39.18º | 0.92% | 0.42% | - |
| HSV(B) | 39.18º | 0.96% | 0.8% | - |
| XYZ | 33.75 | 30.46 | 4.33 | - |
| YUV | 141.74 | 52.53 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 8 | 0 | 0.33 | 0.96 | 0.2 | 39.18 | 0.92 | 0.42 |
| Hex | CC | 88 | 8 | 0 | 21 | 60 | 14 | 27 | 5C | 2A |
| Octal | 314 | 210 | 10 | 0 | 41 | 140 | 24 | 47 | 134 | 52 |
| Binary | 11001100 | 10001000 | 1000 | 0 | 100001 | 1100000 | 10100 | 100111 | 1011100 | 101010 |
Color Harmonies of #CC8808
Complementary color
Monochromatic Colors of #CC8808
Black with #CC8808
Text Example
Text Example
White with #CC8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8808; }
p { color: rgb(204,136,8); }
H1.HeaderClassName
{
color: #CC8808;
}
.AnyTagClassName
{
color: #CC8808;
}
</style>
background-color css
<style>
a { background-color: #CC8808; }
a { background-color: rgb(204,136,8); }
div.DivClassName
{
background-color: #CC8808;
}
.BgClassName
{
background-color: #CC8808;
}
</style>
border-color css
<style>
span { border-color: #CC8808; }
span { border-color: rgb(204,136,8); }
td.TdClassName
{
border-color: #CC8808;
}
.TagClassName
{
border-color: #CC8808;
}
</style>