Shades of Dark Goldenrod #CC860C
Tints of Dark Goldenrod #CC860C
RGB
CMYK
RGB Variations
Color information
#CC860C (or 0xCC860C) is known color: Dark Goldenrod. HEX triplet: CC, 86 and 0C. RGB value is (204,134,12). Sum of RGB (Red+Green+Blue) = 204+134+12=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC860C is #3379F3. Grayscale: #8D8D8D. Windows color (decimal): -3373556 or 820940. OLE color: 820940.
HSL color Cylindrical-coordinate representation of color #CC860C: hue angle of 38.12º 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 #CC860C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.2 |
| HSL | 38.13º | 0.89% | 0.42% | - |
| HSV(B) | 38.13º | 0.94% | 0.8% | - |
| XYZ | 33.49 | 29.91 | 4.36 | - |
| YUV | 141.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 12 | 0 | 0.34 | 0.94 | 0.2 | 38.13 | 0.89 | 0.42 |
| Hex | CC | 86 | C | 0 | 22 | 5E | 14 | 26 | 59 | 2A |
| Octal | 314 | 206 | 14 | 0 | 42 | 136 | 24 | 46 | 131 | 52 |
| Binary | 11001100 | 10000110 | 1100 | 0 | 100010 | 1011110 | 10100 | 100110 | 1011001 | 101010 |
Color Harmonies of #CC860C
Complementary color
Monochromatic Colors of #CC860C
Black with #CC860C
Text Example
Text Example
White with #CC860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC860C; }
p { color: rgb(204,134,12); }
H1.HeaderClassName
{
color: #CC860C;
}
.AnyTagClassName
{
color: #CC860C;
}
</style>
background-color css
<style>
a { background-color: #CC860C; }
a { background-color: rgb(204,134,12); }
div.DivClassName
{
background-color: #CC860C;
}
.BgClassName
{
background-color: #CC860C;
}
</style>
border-color css
<style>
span { border-color: #CC860C; }
span { border-color: rgb(204,134,12); }
td.TdClassName
{
border-color: #CC860C;
}
.TagClassName
{
border-color: #CC860C;
}
</style>