Shades of Dark Goldenrod #C47E10
Tints of Dark Goldenrod #C47E10
RGB
CMYK
RGB Variations
Color information
#C47E10 (or 0xC47E10) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 10. RGB value is (196,126,16). Sum of RGB (Red+Green+Blue) = 196+126+16=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E10 is #3B81EF. Grayscale: #868686. Windows color (decimal): -3899888 or 1081028. OLE color: 1081028.
HSL color Cylindrical-coordinate representation of color #C47E10: hue angle of 36.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C47E10 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 16 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.23 |
| HSL | 36.67º | 0.85% | 0.42% | - |
| HSV(B) | 36.67º | 0.92% | 0.77% | - |
| XYZ | 30.32 | 26.69 | 4.04 | - |
| YUV | 134.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 16 | 0 | 0.36 | 0.92 | 0.23 | 36.67 | 0.85 | 0.42 |
| Hex | C4 | 7E | 10 | 0 | 24 | 5C | 17 | 25 | 55 | 2A |
| Octal | 304 | 176 | 20 | 0 | 44 | 134 | 27 | 45 | 125 | 52 |
| Binary | 11000100 | 1111110 | 10000 | 0 | 100100 | 1011100 | 10111 | 100101 | 1010101 | 101010 |
Color Harmonies of #C47E10
Complementary color
Monochromatic Colors of #C47E10
Black with #C47E10
Text Example
Text Example
White with #C47E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E10; }
p { color: rgb(196,126,16); }
H1.HeaderClassName
{
color: #C47E10;
}
.AnyTagClassName
{
color: #C47E10;
}
</style>
background-color css
<style>
a { background-color: #C47E10; }
a { background-color: rgb(196,126,16); }
div.DivClassName
{
background-color: #C47E10;
}
.BgClassName
{
background-color: #C47E10;
}
</style>
border-color css
<style>
span { border-color: #C47E10; }
span { border-color: rgb(196,126,16); }
td.TdClassName
{
border-color: #C47E10;
}
.TagClassName
{
border-color: #C47E10;
}
</style>