Shades of Dark Goldenrod #C8840E
Tints of Dark Goldenrod #C8840E
RGB
CMYK
RGB Variations
Color information
#C8840E (or 0xC8840E) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 0E. RGB value is (200,132,14). Sum of RGB (Red+Green+Blue) = 200+132+14=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8840E is #377BF1. Grayscale: #8B8B8B. Windows color (decimal): -3636210 or 951496. OLE color: 951496.
HSL color Cylindrical-coordinate representation of color #C8840E: hue angle of 38.06º 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 #C8840E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.22 |
| HSL | 38.06º | 0.87% | 0.42% | - |
| HSV(B) | 38.06º | 0.93% | 0.78% | - |
| XYZ | 32.15 | 28.81 | 4.28 | - |
| YUV | 138.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 14 | 0 | 0.34 | 0.93 | 0.22 | 38.06 | 0.87 | 0.42 |
| Hex | C8 | 84 | E | 0 | 22 | 5D | 16 | 26 | 57 | 2A |
| Octal | 310 | 204 | 16 | 0 | 42 | 135 | 26 | 46 | 127 | 52 |
| Binary | 11001000 | 10000100 | 1110 | 0 | 100010 | 1011101 | 10110 | 100110 | 1010111 | 101010 |
Color Harmonies of #C8840E
Complementary color
Monochromatic Colors of #C8840E
Black with #C8840E
Text Example
Text Example
White with #C8840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8840E; }
p { color: rgb(200,132,14); }
H1.HeaderClassName
{
color: #C8840E;
}
.AnyTagClassName
{
color: #C8840E;
}
</style>
background-color css
<style>
a { background-color: #C8840E; }
a { background-color: rgb(200,132,14); }
div.DivClassName
{
background-color: #C8840E;
}
.BgClassName
{
background-color: #C8840E;
}
</style>
border-color css
<style>
span { border-color: #C8840E; }
span { border-color: rgb(200,132,14); }
td.TdClassName
{
border-color: #C8840E;
}
.TagClassName
{
border-color: #C8840E;
}
</style>