Shades of Dark Goldenrod #C47E14
Tints of Dark Goldenrod #C47E14
RGB
CMYK
RGB Variations
Color information
#C47E14 (or 0xC47E14) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 14. RGB value is (196,126,20). Sum of RGB (Red+Green+Blue) = 196+126+20=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E14 is #3B81EB. Grayscale: #878787. Windows color (decimal): -3899884 or 1343172. OLE color: 1343172.
HSL color Cylindrical-coordinate representation of color #C47E14: hue angle of 36.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47E14 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 20 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.23 |
| HSL | 36.14º | 0.81% | 0.42% | - |
| HSV(B) | 36.14º | 0.9% | 0.77% | - |
| XYZ | 30.35 | 26.71 | 4.22 | - |
| YUV | 134.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 20 | 0 | 0.36 | 0.90 | 0.23 | 36.14 | 0.81 | 0.42 |
| Hex | C4 | 7E | 14 | 0 | 24 | 5A | 17 | 24 | 51 | 2A |
| Octal | 304 | 176 | 24 | 0 | 44 | 132 | 27 | 44 | 121 | 52 |
| Binary | 11000100 | 1111110 | 10100 | 0 | 100100 | 1011010 | 10111 | 100100 | 1010001 | 101010 |
Color Harmonies of #C47E14
Complementary color
Monochromatic Colors of #C47E14
Black with #C47E14
Text Example
Text Example
White with #C47E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E14; }
p { color: rgb(196,126,20); }
H1.HeaderClassName
{
color: #C47E14;
}
.AnyTagClassName
{
color: #C47E14;
}
</style>
background-color css
<style>
a { background-color: #C47E14; }
a { background-color: rgb(196,126,20); }
div.DivClassName
{
background-color: #C47E14;
}
.BgClassName
{
background-color: #C47E14;
}
</style>
border-color css
<style>
span { border-color: #C47E14; }
span { border-color: rgb(196,126,20); }
td.TdClassName
{
border-color: #C47E14;
}
.TagClassName
{
border-color: #C47E14;
}
</style>