Shades of Dark Goldenrod #CC8D0C
Tints of Dark Goldenrod #CC8D0C
RGB
CMYK
RGB Variations
Color information
#CC8D0C (or 0xCC8D0C) is known color: Dark Goldenrod. HEX triplet: CC, 8D and 0C. RGB value is (204,141,12). Sum of RGB (Red+Green+Blue) = 204+141+12=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8D0C is #3372F3. Grayscale: #919191. Windows color (decimal): -3371764 or 822732. OLE color: 822732.
HSL color Cylindrical-coordinate representation of color #CC8D0C: hue angle of 40.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC8D0C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.2 |
| HSL | 40.31º | 0.89% | 0.42% | - |
| HSV(B) | 40.31º | 0.94% | 0.8% | - |
| XYZ | 34.49 | 31.91 | 4.69 | - |
| YUV | 145.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 12 | 0 | 0.31 | 0.94 | 0.2 | 40.31 | 0.89 | 0.42 |
| Hex | CC | 8D | C | 0 | 1F | 5E | 14 | 28 | 59 | 2A |
| Octal | 314 | 215 | 14 | 0 | 37 | 136 | 24 | 50 | 131 | 52 |
| Binary | 11001100 | 10001101 | 1100 | 0 | 11111 | 1011110 | 10100 | 101000 | 1011001 | 101010 |
Color Harmonies of #CC8D0C
Complementary color
Monochromatic Colors of #CC8D0C
Black with #CC8D0C
Text Example
Text Example
White with #CC8D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D0C; }
p { color: rgb(204,141,12); }
H1.HeaderClassName
{
color: #CC8D0C;
}
.AnyTagClassName
{
color: #CC8D0C;
}
</style>
background-color css
<style>
a { background-color: #CC8D0C; }
a { background-color: rgb(204,141,12); }
div.DivClassName
{
background-color: #CC8D0C;
}
.BgClassName
{
background-color: #CC8D0C;
}
</style>
border-color css
<style>
span { border-color: #CC8D0C; }
span { border-color: rgb(204,141,12); }
td.TdClassName
{
border-color: #CC8D0C;
}
.TagClassName
{
border-color: #CC8D0C;
}
</style>