Shades of Dark Goldenrod #C47B0A
Tints of Dark Goldenrod #C47B0A
RGB
CMYK
RGB Variations
Color information
#C47B0A (or 0xC47B0A) is known color: Dark Goldenrod. HEX triplet: C4, 7B and 0A. RGB value is (196,123,10). Sum of RGB (Red+Green+Blue) = 196+123+10=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B0A is #3B84F5. Grayscale: #848484. Windows color (decimal): -3900662 or 687044. OLE color: 687044.
HSL color Cylindrical-coordinate representation of color #C47B0A: hue angle of 36.45º 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 #C47B0A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.23 |
| HSL | 36.45º | 0.9% | 0.4% | - |
| HSV(B) | 36.45º | 0.95% | 0.77% | - |
| XYZ | 29.9 | 25.92 | 3.71 | - |
| YUV | 131.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 10 | 0 | 0.37 | 0.95 | 0.23 | 36.45 | 0.9 | 0.4 |
| Hex | C4 | 7B | A | 0 | 25 | 5F | 17 | 24 | 5A | 28 |
| Octal | 304 | 173 | 12 | 0 | 45 | 137 | 27 | 44 | 132 | 50 |
| Binary | 11000100 | 1111011 | 1010 | 0 | 100101 | 1011111 | 10111 | 100100 | 1011010 | 101000 |
Color Harmonies of #C47B0A
Complementary color
Monochromatic Colors of #C47B0A
Black with #C47B0A
Text Example
Text Example
White with #C47B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B0A; }
p { color: rgb(196,123,10); }
H1.HeaderClassName
{
color: #C47B0A;
}
.AnyTagClassName
{
color: #C47B0A;
}
</style>
background-color css
<style>
a { background-color: #C47B0A; }
a { background-color: rgb(196,123,10); }
div.DivClassName
{
background-color: #C47B0A;
}
.BgClassName
{
background-color: #C47B0A;
}
</style>
border-color css
<style>
span { border-color: #C47B0A; }
span { border-color: rgb(196,123,10); }
td.TdClassName
{
border-color: #C47B0A;
}
.TagClassName
{
border-color: #C47B0A;
}
</style>