Shades of Dark Goldenrod #CC8D0F
Tints of Dark Goldenrod #CC8D0F
RGB
CMYK
RGB Variations
Color information
#CC8D0F (or 0xCC8D0F) is known color: Dark Goldenrod. HEX triplet: CC, 8D and 0F. RGB value is (204,141,15). Sum of RGB (Red+Green+Blue) = 204+141+15=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8D0F is #3372F0. Grayscale: #929292. Windows color (decimal): -3371761 or 1019340. OLE color: 1019340.
HSL color Cylindrical-coordinate representation of color #CC8D0F: hue angle of 40º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC8D0F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.2 |
| HSL | 40º | 0.86% | 0.43% | - |
| HSV(B) | 40º | 0.93% | 0.8% | - |
| XYZ | 34.51 | 31.92 | 4.79 | - |
| YUV | 145.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 15 | 0 | 0.31 | 0.93 | 0.2 | 40 | 0.86 | 0.43 |
| Hex | CC | 8D | F | 0 | 1F | 5D | 14 | 28 | 56 | 2B |
| Octal | 314 | 215 | 17 | 0 | 37 | 135 | 24 | 50 | 126 | 53 |
| Binary | 11001100 | 10001101 | 1111 | 0 | 11111 | 1011101 | 10100 | 101000 | 1010110 | 101011 |
Color Harmonies of #CC8D0F
Complementary color
Monochromatic Colors of #CC8D0F
Black with #CC8D0F
Text Example
Text Example
White with #CC8D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D0F; }
p { color: rgb(204,141,15); }
H1.HeaderClassName
{
color: #CC8D0F;
}
.AnyTagClassName
{
color: #CC8D0F;
}
</style>
background-color css
<style>
a { background-color: #CC8D0F; }
a { background-color: rgb(204,141,15); }
div.DivClassName
{
background-color: #CC8D0F;
}
.BgClassName
{
background-color: #CC8D0F;
}
</style>
border-color css
<style>
span { border-color: #CC8D0F; }
span { border-color: rgb(204,141,15); }
td.TdClassName
{
border-color: #CC8D0F;
}
.TagClassName
{
border-color: #CC8D0F;
}
</style>