Shades of Dark Goldenrod #C4810E
Tints of Dark Goldenrod #C4810E
RGB
CMYK
RGB Variations
Color information
#C4810E (or 0xC4810E) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 0E. RGB value is (196,129,14). Sum of RGB (Red+Green+Blue) = 196+129+14=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4810E is #3B7EF1. Grayscale: #888888. Windows color (decimal): -3899122 or 950724. OLE color: 950724.
HSL color Cylindrical-coordinate representation of color #C4810E: hue angle of 37.91º 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 #C4810E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.23 |
| HSL | 37.91º | 0.87% | 0.41% | - |
| HSV(B) | 37.91º | 0.93% | 0.77% | - |
| XYZ | 30.69 | 27.47 | 4.1 | - |
| YUV | 135.92 | 59.2 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 14 | 0 | 0.34 | 0.93 | 0.23 | 37.91 | 0.87 | 0.41 |
| Hex | C4 | 81 | E | 0 | 22 | 5D | 17 | 26 | 57 | 29 |
| Octal | 304 | 201 | 16 | 0 | 42 | 135 | 27 | 46 | 127 | 51 |
| Binary | 11000100 | 10000001 | 1110 | 0 | 100010 | 1011101 | 10111 | 100110 | 1010111 | 101001 |
Color Harmonies of #C4810E
Complementary color
Monochromatic Colors of #C4810E
Black with #C4810E
Text Example
Text Example
White with #C4810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4810E; }
p { color: rgb(196,129,14); }
H1.HeaderClassName
{
color: #C4810E;
}
.AnyTagClassName
{
color: #C4810E;
}
</style>
background-color css
<style>
a { background-color: #C4810E; }
a { background-color: rgb(196,129,14); }
div.DivClassName
{
background-color: #C4810E;
}
.BgClassName
{
background-color: #C4810E;
}
</style>
border-color css
<style>
span { border-color: #C4810E; }
span { border-color: rgb(196,129,14); }
td.TdClassName
{
border-color: #C4810E;
}
.TagClassName
{
border-color: #C4810E;
}
</style>