Shades of Dark Goldenrod #C48115
Tints of Dark Goldenrod #C48115
RGB
CMYK
RGB Variations
Color information
#C48115 (or 0xC48115) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 15. RGB value is (196,129,21). Sum of RGB (Red+Green+Blue) = 196+129+21=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C48115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48115 is #3B7EEA. Grayscale: #898989. Windows color (decimal): -3899115 or 1409476. OLE color: 1409476.
HSL color Cylindrical-coordinate representation of color #C48115: hue angle of 37.03º 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 #C48115 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 21 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.23 |
| HSL | 37.03º | 0.81% | 0.43% | - |
| HSV(B) | 37.03º | 0.89% | 0.77% | - |
| XYZ | 30.75 | 27.49 | 4.39 | - |
| YUV | 136.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 21 | 0 | 0.34 | 0.89 | 0.23 | 37.03 | 0.81 | 0.43 |
| Hex | C4 | 81 | 15 | 0 | 22 | 59 | 17 | 25 | 51 | 2B |
| Octal | 304 | 201 | 25 | 0 | 42 | 131 | 27 | 45 | 121 | 53 |
| Binary | 11000100 | 10000001 | 10101 | 0 | 100010 | 1011001 | 10111 | 100101 | 1010001 | 101011 |
Color Harmonies of #C48115
Complementary color
Monochromatic Colors of #C48115
Black with #C48115
Text Example
Text Example
White with #C48115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48115; }
p { color: rgb(196,129,21); }
H1.HeaderClassName
{
color: #C48115;
}
.AnyTagClassName
{
color: #C48115;
}
</style>
background-color css
<style>
a { background-color: #C48115; }
a { background-color: rgb(196,129,21); }
div.DivClassName
{
background-color: #C48115;
}
.BgClassName
{
background-color: #C48115;
}
</style>
border-color css
<style>
span { border-color: #C48115; }
span { border-color: rgb(196,129,21); }
td.TdClassName
{
border-color: #C48115;
}
.TagClassName
{
border-color: #C48115;
}
</style>