Shades of Dark Goldenrod #C88510
Tints of Dark Goldenrod #C88510
RGB
CMYK
RGB Variations
Color information
#C88510 (or 0xC88510) is known color: Dark Goldenrod. HEX triplet: C8, 85 and 10. RGB value is (200,133,16). Sum of RGB (Red+Green+Blue) = 200+133+16=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C88510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88510 is #377AEF. Grayscale: #8C8C8C. Windows color (decimal): -3635952 or 1082824. OLE color: 1082824.
HSL color Cylindrical-coordinate representation of color #C88510: hue angle of 38.15º 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 #C88510 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 16 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.22 |
| HSL | 38.15º | 0.85% | 0.42% | - |
| HSV(B) | 38.15º | 0.92% | 0.78% | - |
| XYZ | 32.3 | 29.09 | 4.4 | - |
| YUV | 139.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 16 | 0 | 0.34 | 0.92 | 0.22 | 38.15 | 0.85 | 0.42 |
| Hex | C8 | 85 | 10 | 0 | 22 | 5C | 16 | 26 | 55 | 2A |
| Octal | 310 | 205 | 20 | 0 | 42 | 134 | 26 | 46 | 125 | 52 |
| Binary | 11001000 | 10000101 | 10000 | 0 | 100010 | 1011100 | 10110 | 100110 | 1010101 | 101010 |
Color Harmonies of #C88510
Complementary color
Monochromatic Colors of #C88510
Black with #C88510
Text Example
Text Example
White with #C88510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88510; }
p { color: rgb(200,133,16); }
H1.HeaderClassName
{
color: #C88510;
}
.AnyTagClassName
{
color: #C88510;
}
</style>
background-color css
<style>
a { background-color: #C88510; }
a { background-color: rgb(200,133,16); }
div.DivClassName
{
background-color: #C88510;
}
.BgClassName
{
background-color: #C88510;
}
</style>
border-color css
<style>
span { border-color: #C88510; }
span { border-color: rgb(200,133,16); }
td.TdClassName
{
border-color: #C88510;
}
.TagClassName
{
border-color: #C88510;
}
</style>