Shades of Dark Goldenrod #C4870E
Tints of Dark Goldenrod #C4870E
RGB
CMYK
RGB Variations
Color information
#C4870E (or 0xC4870E) is known color: Dark Goldenrod. HEX triplet: C4, 87 and 0E. RGB value is (196,135,14). Sum of RGB (Red+Green+Blue) = 196+135+14=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4870E is #3B78F1. Grayscale: #8B8B8B. Windows color (decimal): -3897586 or 952260. OLE color: 952260.
HSL color Cylindrical-coordinate representation of color #C4870E: hue angle of 39.89º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4870E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 14 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.23 |
| HSL | 39.89º | 0.87% | 0.41% | - |
| HSV(B) | 39.89º | 0.93% | 0.77% | - |
| XYZ | 31.51 | 29.1 | 4.37 | - |
| YUV | 139.45 | 57.21 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 14 | 0 | 0.31 | 0.93 | 0.23 | 39.89 | 0.87 | 0.41 |
| Hex | C4 | 87 | E | 0 | 1F | 5D | 17 | 28 | 57 | 29 |
| Octal | 304 | 207 | 16 | 0 | 37 | 135 | 27 | 50 | 127 | 51 |
| Binary | 11000100 | 10000111 | 1110 | 0 | 11111 | 1011101 | 10111 | 101000 | 1010111 | 101001 |
Color Harmonies of #C4870E
Complementary color
Monochromatic Colors of #C4870E
Black with #C4870E
Text Example
Text Example
White with #C4870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4870E; }
p { color: rgb(196,135,14); }
H1.HeaderClassName
{
color: #C4870E;
}
.AnyTagClassName
{
color: #C4870E;
}
</style>
background-color css
<style>
a { background-color: #C4870E; }
a { background-color: rgb(196,135,14); }
div.DivClassName
{
background-color: #C4870E;
}
.BgClassName
{
background-color: #C4870E;
}
</style>
border-color css
<style>
span { border-color: #C4870E; }
span { border-color: rgb(196,135,14); }
td.TdClassName
{
border-color: #C4870E;
}
.TagClassName
{
border-color: #C4870E;
}
</style>