Shades of Dark Goldenrod #C48C15
Tints of Dark Goldenrod #C48C15
RGB
CMYK
RGB Variations
Color information
#C48C15 (or 0xC48C15) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 15. RGB value is (196,140,21). Sum of RGB (Red+Green+Blue) = 196+140+21=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C15 is #3B73EA. Grayscale: #8F8F8F. Windows color (decimal): -3896299 or 1412292. OLE color: 1412292.
HSL color Cylindrical-coordinate representation of color #C48C15: hue angle of 40.8º 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 #C48C15 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 21 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.23 |
| HSL | 40.8º | 0.81% | 0.43% | - |
| HSV(B) | 40.8º | 0.89% | 0.77% | - |
| XYZ | 32.28 | 30.55 | 4.9 | - |
| YUV | 143.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 21 | 0 | 0.29 | 0.89 | 0.23 | 40.8 | 0.81 | 0.43 |
| Hex | C4 | 8C | 15 | 0 | 1D | 59 | 17 | 29 | 51 | 2B |
| Octal | 304 | 214 | 25 | 0 | 35 | 131 | 27 | 51 | 121 | 53 |
| Binary | 11000100 | 10001100 | 10101 | 0 | 11101 | 1011001 | 10111 | 101001 | 1010001 | 101011 |
Color Harmonies of #C48C15
Complementary color
Monochromatic Colors of #C48C15
Black with #C48C15
Text Example
Text Example
White with #C48C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C15; }
p { color: rgb(196,140,21); }
H1.HeaderClassName
{
color: #C48C15;
}
.AnyTagClassName
{
color: #C48C15;
}
</style>
background-color css
<style>
a { background-color: #C48C15; }
a { background-color: rgb(196,140,21); }
div.DivClassName
{
background-color: #C48C15;
}
.BgClassName
{
background-color: #C48C15;
}
</style>
border-color css
<style>
span { border-color: #C48C15; }
span { border-color: rgb(196,140,21); }
td.TdClassName
{
border-color: #C48C15;
}
.TagClassName
{
border-color: #C48C15;
}
</style>