Shades of Dark Goldenrod #C48D0A
Tints of Dark Goldenrod #C48D0A
RGB
CMYK
RGB Variations
Color information
#C48D0A (or 0xC48D0A) is known color: Dark Goldenrod. HEX triplet: C4, 8D and 0A. RGB value is (196,141,10). Sum of RGB (Red+Green+Blue) = 196+141+10=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D0A is #3B72F5. Grayscale: #8F8F8F. Windows color (decimal): -3896054 or 691652. OLE color: 691652.
HSL color Cylindrical-coordinate representation of color #C48D0A: hue angle of 42.26º 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 #C48D0A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 10 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.23 |
| HSL | 42.26º | 0.9% | 0.4% | - |
| HSV(B) | 42.26º | 0.95% | 0.77% | - |
| XYZ | 32.34 | 30.81 | 4.53 | - |
| YUV | 142.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 10 | 0 | 0.28 | 0.95 | 0.23 | 42.26 | 0.9 | 0.4 |
| Hex | C4 | 8D | A | 0 | 1C | 5F | 17 | 2A | 5A | 28 |
| Octal | 304 | 215 | 12 | 0 | 34 | 137 | 27 | 52 | 132 | 50 |
| Binary | 11000100 | 10001101 | 1010 | 0 | 11100 | 1011111 | 10111 | 101010 | 1011010 | 101000 |
Color Harmonies of #C48D0A
Complementary color
Monochromatic Colors of #C48D0A
Black with #C48D0A
Text Example
Text Example
White with #C48D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D0A; }
p { color: rgb(196,141,10); }
H1.HeaderClassName
{
color: #C48D0A;
}
.AnyTagClassName
{
color: #C48D0A;
}
</style>
background-color css
<style>
a { background-color: #C48D0A; }
a { background-color: rgb(196,141,10); }
div.DivClassName
{
background-color: #C48D0A;
}
.BgClassName
{
background-color: #C48D0A;
}
</style>
border-color css
<style>
span { border-color: #C48D0A; }
span { border-color: rgb(196,141,10); }
td.TdClassName
{
border-color: #C48D0A;
}
.TagClassName
{
border-color: #C48D0A;
}
</style>