Shades of Dark Goldenrod #CC860B
Tints of Dark Goldenrod #CC860B
RGB
CMYK
RGB Variations
Color information
#CC860B (or 0xCC860B) is known color: Dark Goldenrod. HEX triplet: CC, 86 and 0B. RGB value is (204,134,11). Sum of RGB (Red+Green+Blue) = 204+134+11=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC860B is #3379F4. Grayscale: #8D8D8D. Windows color (decimal): -3373557 or 755404. OLE color: 755404.
HSL color Cylindrical-coordinate representation of color #CC860B: hue angle of 38.24º degrees, saturation: 0.9, 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 #CC860B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.2 |
| HSL | 38.24º | 0.9% | 0.42% | - |
| HSV(B) | 38.24º | 0.95% | 0.8% | - |
| XYZ | 33.49 | 29.91 | 4.33 | - |
| YUV | 140.91 | 54.69 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 11 | 0 | 0.34 | 0.95 | 0.2 | 38.24 | 0.9 | 0.42 |
| Hex | CC | 86 | B | 0 | 22 | 5F | 14 | 26 | 5A | 2A |
| Octal | 314 | 206 | 13 | 0 | 42 | 137 | 24 | 46 | 132 | 52 |
| Binary | 11001100 | 10000110 | 1011 | 0 | 100010 | 1011111 | 10100 | 100110 | 1011010 | 101010 |
Color Harmonies of #CC860B
Complementary color
Monochromatic Colors of #CC860B
Black with #CC860B
Text Example
Text Example
White with #CC860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC860B; }
p { color: rgb(204,134,11); }
H1.HeaderClassName
{
color: #CC860B;
}
.AnyTagClassName
{
color: #CC860B;
}
</style>
background-color css
<style>
a { background-color: #CC860B; }
a { background-color: rgb(204,134,11); }
div.DivClassName
{
background-color: #CC860B;
}
.BgClassName
{
background-color: #CC860B;
}
</style>
border-color css
<style>
span { border-color: #CC860B; }
span { border-color: rgb(204,134,11); }
td.TdClassName
{
border-color: #CC860B;
}
.TagClassName
{
border-color: #CC860B;
}
</style>