Shades of Dark Goldenrod #C88D0E
Tints of Dark Goldenrod #C88D0E
RGB
CMYK
RGB Variations
Color information
#C88D0E (or 0xC88D0E) is known color: Dark Goldenrod. HEX triplet: C8, 8D and 0E. RGB value is (200,141,14). Sum of RGB (Red+Green+Blue) = 200+141+14=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88D0E is #3772F1. Grayscale: #909090. Windows color (decimal): -3633906 or 953800. OLE color: 953800.
HSL color Cylindrical-coordinate representation of color #C88D0E: hue angle of 40.97º 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 #C88D0E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.22 |
| HSL | 40.97º | 0.87% | 0.42% | - |
| HSV(B) | 40.97º | 0.93% | 0.78% | - |
| XYZ | 33.42 | 31.36 | 4.71 | - |
| YUV | 144.16 | 54.55 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 14 | 0 | 0.29 | 0.93 | 0.22 | 40.97 | 0.87 | 0.42 |
| Hex | C8 | 8D | E | 0 | 1D | 5D | 16 | 29 | 57 | 2A |
| Octal | 310 | 215 | 16 | 0 | 35 | 135 | 26 | 51 | 127 | 52 |
| Binary | 11001000 | 10001101 | 1110 | 0 | 11101 | 1011101 | 10110 | 101001 | 1010111 | 101010 |
Color Harmonies of #C88D0E
Complementary color
Monochromatic Colors of #C88D0E
Black with #C88D0E
Text Example
Text Example
White with #C88D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D0E; }
p { color: rgb(200,141,14); }
H1.HeaderClassName
{
color: #C88D0E;
}
.AnyTagClassName
{
color: #C88D0E;
}
</style>
background-color css
<style>
a { background-color: #C88D0E; }
a { background-color: rgb(200,141,14); }
div.DivClassName
{
background-color: #C88D0E;
}
.BgClassName
{
background-color: #C88D0E;
}
</style>
border-color css
<style>
span { border-color: #C88D0E; }
span { border-color: rgb(200,141,14); }
td.TdClassName
{
border-color: #C88D0E;
}
.TagClassName
{
border-color: #C88D0E;
}
</style>