Shades of Dark Goldenrod #C48915
Tints of Dark Goldenrod #C48915
RGB
CMYK
RGB Variations
Color information
#C48915 (or 0xC48915) is known color: Dark Goldenrod. HEX triplet: C4, 89 and 15. RGB value is (196,137,21). Sum of RGB (Red+Green+Blue) = 196+137+21=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C48915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48915 is #3B76EA. Grayscale: #8D8D8D. Windows color (decimal): -3897067 or 1411524. OLE color: 1411524.
HSL color Cylindrical-coordinate representation of color #C48915: hue angle of 39.77º 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 #C48915 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 21 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.23 |
| HSL | 39.77º | 0.81% | 0.43% | - |
| HSV(B) | 39.77º | 0.89% | 0.77% | - |
| XYZ | 31.85 | 29.68 | 4.76 | - |
| YUV | 141.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 21 | 0 | 0.30 | 0.89 | 0.23 | 39.77 | 0.81 | 0.43 |
| Hex | C4 | 89 | 15 | 0 | 1E | 59 | 17 | 28 | 51 | 2B |
| Octal | 304 | 211 | 25 | 0 | 36 | 131 | 27 | 50 | 121 | 53 |
| Binary | 11000100 | 10001001 | 10101 | 0 | 11110 | 1011001 | 10111 | 101000 | 1010001 | 101011 |
Color Harmonies of #C48915
Complementary color
Monochromatic Colors of #C48915
Black with #C48915
Text Example
Text Example
White with #C48915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48915; }
p { color: rgb(196,137,21); }
H1.HeaderClassName
{
color: #C48915;
}
.AnyTagClassName
{
color: #C48915;
}
</style>
background-color css
<style>
a { background-color: #C48915; }
a { background-color: rgb(196,137,21); }
div.DivClassName
{
background-color: #C48915;
}
.BgClassName
{
background-color: #C48915;
}
</style>
border-color css
<style>
span { border-color: #C48915; }
span { border-color: rgb(196,137,21); }
td.TdClassName
{
border-color: #C48915;
}
.TagClassName
{
border-color: #C48915;
}
</style>