Shades of Dark Goldenrod #C48211
Tints of Dark Goldenrod #C48211
RGB
CMYK
RGB Variations
Color information
#C48211 (or 0xC48211) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 11. RGB value is (196,130,17). Sum of RGB (Red+Green+Blue) = 196+130+17=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C48211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48211 is #3B7DEE. Grayscale: #898989. Windows color (decimal): -3898863 or 1147588. OLE color: 1147588.
HSL color Cylindrical-coordinate representation of color #C48211: hue angle of 37.88º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C48211 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.23 |
| HSL | 37.88º | 0.84% | 0.42% | - |
| HSV(B) | 37.88º | 0.91% | 0.77% | - |
| XYZ | 30.85 | 27.74 | 4.26 | - |
| YUV | 136.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 17 | 0 | 0.34 | 0.91 | 0.23 | 37.88 | 0.84 | 0.42 |
| Hex | C4 | 82 | 11 | 0 | 22 | 5B | 17 | 26 | 54 | 2A |
| Octal | 304 | 202 | 21 | 0 | 42 | 133 | 27 | 46 | 124 | 52 |
| Binary | 11000100 | 10000010 | 10001 | 0 | 100010 | 1011011 | 10111 | 100110 | 1010100 | 101010 |
Color Harmonies of #C48211
Complementary color
Monochromatic Colors of #C48211
Black with #C48211
Text Example
Text Example
White with #C48211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48211; }
p { color: rgb(196,130,17); }
H1.HeaderClassName
{
color: #C48211;
}
.AnyTagClassName
{
color: #C48211;
}
</style>
background-color css
<style>
a { background-color: #C48211; }
a { background-color: rgb(196,130,17); }
div.DivClassName
{
background-color: #C48211;
}
.BgClassName
{
background-color: #C48211;
}
</style>
border-color css
<style>
span { border-color: #C48211; }
span { border-color: rgb(196,130,17); }
td.TdClassName
{
border-color: #C48211;
}
.TagClassName
{
border-color: #C48211;
}
</style>