Shades of Dark Goldenrod #C8880E
Tints of Dark Goldenrod #C8880E
RGB
CMYK
RGB Variations
Color information
#C8880E (or 0xC8880E) is known color: Dark Goldenrod. HEX triplet: C8, 88 and 0E. RGB value is (200,136,14). Sum of RGB (Red+Green+Blue) = 200+136+14=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8880E is #3777F1. Grayscale: #8D8D8D. Windows color (decimal): -3635186 or 952520. OLE color: 952520.
HSL color Cylindrical-coordinate representation of color #C8880E: hue angle of 39.35º 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 #C8880E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 14 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.22 |
| HSL | 39.35º | 0.87% | 0.42% | - |
| HSV(B) | 39.35º | 0.93% | 0.78% | - |
| XYZ | 32.7 | 29.92 | 4.47 | - |
| YUV | 141.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 14 | 0 | 0.32 | 0.93 | 0.22 | 39.35 | 0.87 | 0.42 |
| Hex | C8 | 88 | E | 0 | 20 | 5D | 16 | 27 | 57 | 2A |
| Octal | 310 | 210 | 16 | 0 | 40 | 135 | 26 | 47 | 127 | 52 |
| Binary | 11001000 | 10001000 | 1110 | 0 | 100000 | 1011101 | 10110 | 100111 | 1010111 | 101010 |
Color Harmonies of #C8880E
Complementary color
Monochromatic Colors of #C8880E
Black with #C8880E
Text Example
Text Example
White with #C8880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8880E; }
p { color: rgb(200,136,14); }
H1.HeaderClassName
{
color: #C8880E;
}
.AnyTagClassName
{
color: #C8880E;
}
</style>
background-color css
<style>
a { background-color: #C8880E; }
a { background-color: rgb(200,136,14); }
div.DivClassName
{
background-color: #C8880E;
}
.BgClassName
{
background-color: #C8880E;
}
</style>
border-color css
<style>
span { border-color: #C8880E; }
span { border-color: rgb(200,136,14); }
td.TdClassName
{
border-color: #C8880E;
}
.TagClassName
{
border-color: #C8880E;
}
</style>