Shades of Dark Goldenrod #C48215
Tints of Dark Goldenrod #C48215
RGB
CMYK
RGB Variations
Color information
#C48215 (or 0xC48215) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 15. RGB value is (196,130,21). Sum of RGB (Red+Green+Blue) = 196+130+21=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C48215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48215 is #3B7DEA. Grayscale: #898989. Windows color (decimal): -3898859 or 1409732. OLE color: 1409732.
HSL color Cylindrical-coordinate representation of color #C48215: hue angle of 37.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C48215 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 21 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.23 |
| HSL | 37.37º | 0.81% | 0.43% | - |
| HSV(B) | 37.37º | 0.89% | 0.77% | - |
| XYZ | 30.88 | 27.76 | 4.44 | - |
| YUV | 137.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 21 | 0 | 0.34 | 0.89 | 0.23 | 37.37 | 0.81 | 0.43 |
| Hex | C4 | 82 | 15 | 0 | 22 | 59 | 17 | 25 | 51 | 2B |
| Octal | 304 | 202 | 25 | 0 | 42 | 131 | 27 | 45 | 121 | 53 |
| Binary | 11000100 | 10000010 | 10101 | 0 | 100010 | 1011001 | 10111 | 100101 | 1010001 | 101011 |
Color Harmonies of #C48215
Complementary color
Monochromatic Colors of #C48215
Black with #C48215
Text Example
Text Example
White with #C48215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48215; }
p { color: rgb(196,130,21); }
H1.HeaderClassName
{
color: #C48215;
}
.AnyTagClassName
{
color: #C48215;
}
</style>
background-color css
<style>
a { background-color: #C48215; }
a { background-color: rgb(196,130,21); }
div.DivClassName
{
background-color: #C48215;
}
.BgClassName
{
background-color: #C48215;
}
</style>
border-color css
<style>
span { border-color: #C48215; }
span { border-color: rgb(196,130,21); }
td.TdClassName
{
border-color: #C48215;
}
.TagClassName
{
border-color: #C48215;
}
</style>