Shades of Dark Goldenrod #C47A0A
Tints of Dark Goldenrod #C47A0A
RGB
CMYK
RGB Variations
Color information
#C47A0A (or 0xC47A0A) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 0A. RGB value is (196,122,10). Sum of RGB (Red+Green+Blue) = 196+122+10=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A0A is #3B85F5. Grayscale: #838383. Windows color (decimal): -3900918 or 686788. OLE color: 686788.
HSL color Cylindrical-coordinate representation of color #C47A0A: hue angle of 36.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C47A0A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.23 |
| HSL | 36.13º | 0.9% | 0.4% | - |
| HSV(B) | 36.13º | 0.95% | 0.77% | - |
| XYZ | 29.78 | 25.68 | 3.67 | - |
| YUV | 131.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 10 | 0 | 0.38 | 0.95 | 0.23 | 36.13 | 0.9 | 0.4 |
| Hex | C4 | 7A | A | 0 | 26 | 5F | 17 | 24 | 5A | 28 |
| Octal | 304 | 172 | 12 | 0 | 46 | 137 | 27 | 44 | 132 | 50 |
| Binary | 11000100 | 1111010 | 1010 | 0 | 100110 | 1011111 | 10111 | 100100 | 1011010 | 101000 |
Color Harmonies of #C47A0A
Complementary color
Monochromatic Colors of #C47A0A
Black with #C47A0A
Text Example
Text Example
White with #C47A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A0A; }
p { color: rgb(196,122,10); }
H1.HeaderClassName
{
color: #C47A0A;
}
.AnyTagClassName
{
color: #C47A0A;
}
</style>
background-color css
<style>
a { background-color: #C47A0A; }
a { background-color: rgb(196,122,10); }
div.DivClassName
{
background-color: #C47A0A;
}
.BgClassName
{
background-color: #C47A0A;
}
</style>
border-color css
<style>
span { border-color: #C47A0A; }
span { border-color: rgb(196,122,10); }
td.TdClassName
{
border-color: #C47A0A;
}
.TagClassName
{
border-color: #C47A0A;
}
</style>