Shades of Dark Goldenrod #CC8D0A
Tints of Dark Goldenrod #CC8D0A
RGB
CMYK
RGB Variations
Color information
#CC8D0A (or 0xCC8D0A) is known color: Dark Goldenrod. HEX triplet: CC, 8D and 0A. RGB value is (204,141,10). Sum of RGB (Red+Green+Blue) = 204+141+10=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8D0A is #3372F5. Grayscale: #919191. Windows color (decimal): -3371766 or 691660. OLE color: 691660.
HSL color Cylindrical-coordinate representation of color #CC8D0A: hue angle of 40.52º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC8D0A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.2 |
| HSL | 40.52º | 0.91% | 0.42% | - |
| HSV(B) | 40.52º | 0.95% | 0.8% | - |
| XYZ | 34.48 | 31.91 | 4.63 | - |
| YUV | 144.9 | 51.87 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 10 | 0 | 0.31 | 0.95 | 0.2 | 40.52 | 0.91 | 0.42 |
| Hex | CC | 8D | A | 0 | 1F | 5F | 14 | 29 | 5B | 2A |
| Octal | 314 | 215 | 12 | 0 | 37 | 137 | 24 | 51 | 133 | 52 |
| Binary | 11001100 | 10001101 | 1010 | 0 | 11111 | 1011111 | 10100 | 101001 | 1011011 | 101010 |
Color Harmonies of #CC8D0A
Complementary color
Monochromatic Colors of #CC8D0A
Black with #CC8D0A
Text Example
Text Example
White with #CC8D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D0A; }
p { color: rgb(204,141,10); }
H1.HeaderClassName
{
color: #CC8D0A;
}
.AnyTagClassName
{
color: #CC8D0A;
}
</style>
background-color css
<style>
a { background-color: #CC8D0A; }
a { background-color: rgb(204,141,10); }
div.DivClassName
{
background-color: #CC8D0A;
}
.BgClassName
{
background-color: #CC8D0A;
}
</style>
border-color css
<style>
span { border-color: #CC8D0A; }
span { border-color: rgb(204,141,10); }
td.TdClassName
{
border-color: #CC8D0A;
}
.TagClassName
{
border-color: #CC8D0A;
}
</style>