Shades of Dark Goldenrod #C48517
Tints of Dark Goldenrod #C48517
RGB
CMYK
RGB Variations
Color information
#C48517 (or 0xC48517) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 17. RGB value is (196,133,23). Sum of RGB (Red+Green+Blue) = 196+133+23=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C48517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48517 is #3B7AE8. Grayscale: #8B8B8B. Windows color (decimal): -3898089 or 1541572. OLE color: 1541572.
HSL color Cylindrical-coordinate representation of color #C48517: hue angle of 38.15º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C48517 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 23 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.23 |
| HSL | 38.15º | 0.79% | 0.43% | - |
| HSV(B) | 38.15º | 0.88% | 0.77% | - |
| XYZ | 31.31 | 28.57 | 4.68 | - |
| YUV | 139.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 23 | 0 | 0.32 | 0.88 | 0.23 | 38.15 | 0.79 | 0.43 |
| Hex | C4 | 85 | 17 | 0 | 20 | 58 | 17 | 26 | 4F | 2B |
| Octal | 304 | 205 | 27 | 0 | 40 | 130 | 27 | 46 | 117 | 53 |
| Binary | 11000100 | 10000101 | 10111 | 0 | 100000 | 1011000 | 10111 | 100110 | 1001111 | 101011 |
Color Harmonies of #C48517
Complementary color
Monochromatic Colors of #C48517
Black with #C48517
Text Example
Text Example
White with #C48517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48517; }
p { color: rgb(196,133,23); }
H1.HeaderClassName
{
color: #C48517;
}
.AnyTagClassName
{
color: #C48517;
}
</style>
background-color css
<style>
a { background-color: #C48517; }
a { background-color: rgb(196,133,23); }
div.DivClassName
{
background-color: #C48517;
}
.BgClassName
{
background-color: #C48517;
}
</style>
border-color css
<style>
span { border-color: #C48517; }
span { border-color: rgb(196,133,23); }
td.TdClassName
{
border-color: #C48517;
}
.TagClassName
{
border-color: #C48517;
}
</style>