Shades of Dark Goldenrod #C8850E
Tints of Dark Goldenrod #C8850E
RGB
CMYK
RGB Variations
Color information
#C8850E (or 0xC8850E) is known color: Dark Goldenrod. HEX triplet: C8, 85 and 0E. RGB value is (200,133,14). Sum of RGB (Red+Green+Blue) = 200+133+14=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8850E is #377AF1. Grayscale: #8C8C8C. Windows color (decimal): -3635954 or 951752. OLE color: 951752.
HSL color Cylindrical-coordinate representation of color #C8850E: hue angle of 38.39º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8850E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.22 |
| HSL | 38.39º | 0.87% | 0.42% | - |
| HSV(B) | 38.39º | 0.93% | 0.78% | - |
| XYZ | 32.29 | 29.09 | 4.33 | - |
| YUV | 139.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 14 | 0 | 0.34 | 0.93 | 0.22 | 38.39 | 0.87 | 0.42 |
| Hex | C8 | 85 | E | 0 | 22 | 5D | 16 | 26 | 57 | 2A |
| Octal | 310 | 205 | 16 | 0 | 42 | 135 | 26 | 46 | 127 | 52 |
| Binary | 11001000 | 10000101 | 1110 | 0 | 100010 | 1011101 | 10110 | 100110 | 1010111 | 101010 |
Color Harmonies of #C8850E
Complementary color
Monochromatic Colors of #C8850E
Black with #C8850E
Text Example
Text Example
White with #C8850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8850E; }
p { color: rgb(200,133,14); }
H1.HeaderClassName
{
color: #C8850E;
}
.AnyTagClassName
{
color: #C8850E;
}
</style>
background-color css
<style>
a { background-color: #C8850E; }
a { background-color: rgb(200,133,14); }
div.DivClassName
{
background-color: #C8850E;
}
.BgClassName
{
background-color: #C8850E;
}
</style>
border-color css
<style>
span { border-color: #C8850E; }
span { border-color: rgb(200,133,14); }
td.TdClassName
{
border-color: #C8850E;
}
.TagClassName
{
border-color: #C8850E;
}
</style>