Shades of Dark Goldenrod #C48616
Tints of Dark Goldenrod #C48616
RGB
CMYK
RGB Variations
Color information
#C48616 (or 0xC48616) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 16. RGB value is (196,134,22). Sum of RGB (Red+Green+Blue) = 196+134+22=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C48616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48616 is #3B79E9. Grayscale: #8C8C8C. Windows color (decimal): -3897834 or 1476292. OLE color: 1476292.
HSL color Cylindrical-coordinate representation of color #C48616: hue angle of 38.62º degrees, saturation: 0.8, 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 #C48616 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.23 |
| HSL | 38.62º | 0.8% | 0.43% | - |
| HSV(B) | 38.62º | 0.89% | 0.77% | - |
| XYZ | 31.43 | 28.84 | 4.67 | - |
| YUV | 139.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 22 | 0 | 0.32 | 0.89 | 0.23 | 38.62 | 0.8 | 0.43 |
| Hex | C4 | 86 | 16 | 0 | 20 | 59 | 17 | 27 | 50 | 2B |
| Octal | 304 | 206 | 26 | 0 | 40 | 131 | 27 | 47 | 120 | 53 |
| Binary | 11000100 | 10000110 | 10110 | 0 | 100000 | 1011001 | 10111 | 100111 | 1010000 | 101011 |
Color Harmonies of #C48616
Complementary color
Monochromatic Colors of #C48616
Black with #C48616
Text Example
Text Example
White with #C48616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48616; }
p { color: rgb(196,134,22); }
H1.HeaderClassName
{
color: #C48616;
}
.AnyTagClassName
{
color: #C48616;
}
</style>
background-color css
<style>
a { background-color: #C48616; }
a { background-color: rgb(196,134,22); }
div.DivClassName
{
background-color: #C48616;
}
.BgClassName
{
background-color: #C48616;
}
</style>
border-color css
<style>
span { border-color: #C48616; }
span { border-color: rgb(196,134,22); }
td.TdClassName
{
border-color: #C48616;
}
.TagClassName
{
border-color: #C48616;
}
</style>