Shades of Dark Goldenrod #C4800E
Tints of Dark Goldenrod #C4800E
RGB
CMYK
RGB Variations
Color information
#C4800E (or 0xC4800E) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 0E. RGB value is (196,128,14). Sum of RGB (Red+Green+Blue) = 196+128+14=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4800E is #3B7FF1. Grayscale: #878787. Windows color (decimal): -3899378 or 950468. OLE color: 950468.
HSL color Cylindrical-coordinate representation of color #C4800E: hue angle of 37.58º 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 #C4800E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 14 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.23 |
| HSL | 37.58º | 0.87% | 0.41% | - |
| HSV(B) | 37.58º | 0.93% | 0.77% | - |
| XYZ | 30.56 | 27.21 | 4.06 | - |
| YUV | 135.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 14 | 0 | 0.35 | 0.93 | 0.23 | 37.58 | 0.87 | 0.41 |
| Hex | C4 | 80 | E | 0 | 23 | 5D | 17 | 26 | 57 | 29 |
| Octal | 304 | 200 | 16 | 0 | 43 | 135 | 27 | 46 | 127 | 51 |
| Binary | 11000100 | 10000000 | 1110 | 0 | 100011 | 1011101 | 10111 | 100110 | 1010111 | 101001 |
Color Harmonies of #C4800E
Complementary color
Monochromatic Colors of #C4800E
Black with #C4800E
Text Example
Text Example
White with #C4800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4800E; }
p { color: rgb(196,128,14); }
H1.HeaderClassName
{
color: #C4800E;
}
.AnyTagClassName
{
color: #C4800E;
}
</style>
background-color css
<style>
a { background-color: #C4800E; }
a { background-color: rgb(196,128,14); }
div.DivClassName
{
background-color: #C4800E;
}
.BgClassName
{
background-color: #C4800E;
}
</style>
border-color css
<style>
span { border-color: #C4800E; }
span { border-color: rgb(196,128,14); }
td.TdClassName
{
border-color: #C4800E;
}
.TagClassName
{
border-color: #C4800E;
}
</style>