Shades of Dark Goldenrod #C47A10
Tints of Dark Goldenrod #C47A10
RGB
CMYK
RGB Variations
Color information
#C47A10 (or 0xC47A10) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 10. RGB value is (196,122,16). Sum of RGB (Red+Green+Blue) = 196+122+16=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A10 is #3B85EF. Grayscale: #848484. Windows color (decimal): -3900912 or 1080004. OLE color: 1080004.
HSL color Cylindrical-coordinate representation of color #C47A10: hue angle of 35.33º 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 #C47A10 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.23 |
| HSL | 35.33º | 0.85% | 0.42% | - |
| HSV(B) | 35.33º | 0.92% | 0.77% | - |
| XYZ | 29.82 | 25.69 | 3.88 | - |
| YUV | 132.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 16 | 0 | 0.38 | 0.92 | 0.23 | 35.33 | 0.85 | 0.42 |
| Hex | C4 | 7A | 10 | 0 | 26 | 5C | 17 | 23 | 55 | 2A |
| Octal | 304 | 172 | 20 | 0 | 46 | 134 | 27 | 43 | 125 | 52 |
| Binary | 11000100 | 1111010 | 10000 | 0 | 100110 | 1011100 | 10111 | 100011 | 1010101 | 101010 |
Color Harmonies of #C47A10
Complementary color
Monochromatic Colors of #C47A10
Black with #C47A10
Text Example
Text Example
White with #C47A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A10; }
p { color: rgb(196,122,16); }
H1.HeaderClassName
{
color: #C47A10;
}
.AnyTagClassName
{
color: #C47A10;
}
</style>
background-color css
<style>
a { background-color: #C47A10; }
a { background-color: rgb(196,122,16); }
div.DivClassName
{
background-color: #C47A10;
}
.BgClassName
{
background-color: #C47A10;
}
</style>
border-color css
<style>
span { border-color: #C47A10; }
span { border-color: rgb(196,122,16); }
td.TdClassName
{
border-color: #C47A10;
}
.TagClassName
{
border-color: #C47A10;
}
</style>