Shades of Dark Goldenrod #C48206
Tints of Dark Goldenrod #C48206
RGB
CMYK
RGB Variations
Color information
#C48206 (or 0xC48206) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 06. RGB value is (196,130,6). Sum of RGB (Red+Green+Blue) = 196+130+6=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C48206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48206 is #3B7DF9. Grayscale: #888888. Windows color (decimal): -3898874 or 426692. OLE color: 426692.
HSL color Cylindrical-coordinate representation of color #C48206: hue angle of 39.16º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C48206 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.23 |
| HSL | 39.16º | 0.94% | 0.4% | - |
| HSV(B) | 39.16º | 0.97% | 0.77% | - |
| XYZ | 30.78 | 27.71 | 3.9 | - |
| YUV | 135.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 6 | 0 | 0.34 | 0.97 | 0.23 | 39.16 | 0.94 | 0.4 |
| Hex | C4 | 82 | 6 | 0 | 22 | 61 | 17 | 27 | 5E | 28 |
| Octal | 304 | 202 | 6 | 0 | 42 | 141 | 27 | 47 | 136 | 50 |
| Binary | 11000100 | 10000010 | 110 | 0 | 100010 | 1100001 | 10111 | 100111 | 1011110 | 101000 |
Color Harmonies of #C48206
Complementary color
Monochromatic Colors of #C48206
Black with #C48206
Text Example
Text Example
White with #C48206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48206; }
p { color: rgb(196,130,6); }
H1.HeaderClassName
{
color: #C48206;
}
.AnyTagClassName
{
color: #C48206;
}
</style>
background-color css
<style>
a { background-color: #C48206; }
a { background-color: rgb(196,130,6); }
div.DivClassName
{
background-color: #C48206;
}
.BgClassName
{
background-color: #C48206;
}
</style>
border-color css
<style>
span { border-color: #C48206; }
span { border-color: rgb(196,130,6); }
td.TdClassName
{
border-color: #C48206;
}
.TagClassName
{
border-color: #C48206;
}
</style>