Shades of Dark Goldenrod #C88210
Tints of Dark Goldenrod #C88210
RGB
CMYK
RGB Variations
Color information
#C88210 (or 0xC88210) is known color: Dark Goldenrod. HEX triplet: C8, 82 and 10. RGB value is (200,130,16). Sum of RGB (Red+Green+Blue) = 200+130+16=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C88210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88210 is #377DEF. Grayscale: #8A8A8A. Windows color (decimal): -3636720 or 1082056. OLE color: 1082056.
HSL color Cylindrical-coordinate representation of color #C88210: hue angle of 37.17º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C88210 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 16 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.22 |
| HSL | 37.17º | 0.85% | 0.42% | - |
| HSV(B) | 37.17º | 0.92% | 0.78% | - |
| XYZ | 31.9 | 28.28 | 4.27 | - |
| YUV | 137.93 | 59.19 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 16 | 0 | 0.35 | 0.92 | 0.22 | 37.17 | 0.85 | 0.42 |
| Hex | C8 | 82 | 10 | 0 | 23 | 5C | 16 | 25 | 55 | 2A |
| Octal | 310 | 202 | 20 | 0 | 43 | 134 | 26 | 45 | 125 | 52 |
| Binary | 11001000 | 10000010 | 10000 | 0 | 100011 | 1011100 | 10110 | 100101 | 1010101 | 101010 |
Color Harmonies of #C88210
Complementary color
Monochromatic Colors of #C88210
Black with #C88210
Text Example
Text Example
White with #C88210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88210; }
p { color: rgb(200,130,16); }
H1.HeaderClassName
{
color: #C88210;
}
.AnyTagClassName
{
color: #C88210;
}
</style>
background-color css
<style>
a { background-color: #C88210; }
a { background-color: rgb(200,130,16); }
div.DivClassName
{
background-color: #C88210;
}
.BgClassName
{
background-color: #C88210;
}
</style>
border-color css
<style>
span { border-color: #C88210; }
span { border-color: rgb(200,130,16); }
td.TdClassName
{
border-color: #C88210;
}
.TagClassName
{
border-color: #C88210;
}
</style>