Shades of Dark Goldenrod #CC8C08
Tints of Dark Goldenrod #CC8C08
RGB
CMYK
RGB Variations
Color information
#CC8C08 (or 0xCC8C08) is known color: Dark Goldenrod. HEX triplet: CC, 8C and 08. RGB value is (204,140,8). Sum of RGB (Red+Green+Blue) = 204+140+8=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8C08 is #3373F7. Grayscale: #909090. Windows color (decimal): -3372024 or 560332. OLE color: 560332.
HSL color Cylindrical-coordinate representation of color #CC8C08: hue angle of 40.41º 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 #CC8C08 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.2 |
| HSL | 40.41º | 0.92% | 0.42% | - |
| HSV(B) | 40.41º | 0.96% | 0.8% | - |
| XYZ | 34.32 | 31.61 | 4.52 | - |
| YUV | 144.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 8 | 0 | 0.31 | 0.96 | 0.2 | 40.41 | 0.92 | 0.42 |
| Hex | CC | 8C | 8 | 0 | 1F | 60 | 14 | 28 | 5C | 2A |
| Octal | 314 | 214 | 10 | 0 | 37 | 140 | 24 | 50 | 134 | 52 |
| Binary | 11001100 | 10001100 | 1000 | 0 | 11111 | 1100000 | 10100 | 101000 | 1011100 | 101010 |
Color Harmonies of #CC8C08
Complementary color
Monochromatic Colors of #CC8C08
Black with #CC8C08
Text Example
Text Example
White with #CC8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C08; }
p { color: rgb(204,140,8); }
H1.HeaderClassName
{
color: #CC8C08;
}
.AnyTagClassName
{
color: #CC8C08;
}
</style>
background-color css
<style>
a { background-color: #CC8C08; }
a { background-color: rgb(204,140,8); }
div.DivClassName
{
background-color: #CC8C08;
}
.BgClassName
{
background-color: #CC8C08;
}
</style>
border-color css
<style>
span { border-color: #CC8C08; }
span { border-color: rgb(204,140,8); }
td.TdClassName
{
border-color: #CC8C08;
}
.TagClassName
{
border-color: #CC8C08;
}
</style>