Shades of Dark Goldenrod #C68205
Tints of Dark Goldenrod #C68205
RGB
CMYK
RGB Variations
Color information
#C68205 (or 0xC68205) is known color: Dark Goldenrod. HEX triplet: C6, 82 and 05. RGB value is (198,130,5). Sum of RGB (Red+Green+Blue) = 198+130+5=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C68205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68205 is #397DFA. Grayscale: #888888. Windows color (decimal): -3767803 or 361158. OLE color: 361158.
HSL color Cylindrical-coordinate representation of color #C68205: hue angle of 38.86º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C68205 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.22 |
| HSL | 38.86º | 0.95% | 0.4% | - |
| HSV(B) | 38.86º | 0.97% | 0.78% | - |
| XYZ | 31.3 | 27.98 | 3.9 | - |
| YUV | 136.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 5 | 0 | 0.34 | 0.97 | 0.22 | 38.86 | 0.95 | 0.4 |
| Hex | C6 | 82 | 5 | 0 | 22 | 61 | 16 | 27 | 5F | 28 |
| Octal | 306 | 202 | 5 | 0 | 42 | 141 | 26 | 47 | 137 | 50 |
| Binary | 11000110 | 10000010 | 101 | 0 | 100010 | 1100001 | 10110 | 100111 | 1011111 | 101000 |
Color Harmonies of #C68205
Complementary color
Monochromatic Colors of #C68205
Black with #C68205
Text Example
Text Example
White with #C68205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68205; }
p { color: rgb(198,130,5); }
H1.HeaderClassName
{
color: #C68205;
}
.AnyTagClassName
{
color: #C68205;
}
</style>
background-color css
<style>
a { background-color: #C68205; }
a { background-color: rgb(198,130,5); }
div.DivClassName
{
background-color: #C68205;
}
.BgClassName
{
background-color: #C68205;
}
</style>
border-color css
<style>
span { border-color: #C68205; }
span { border-color: rgb(198,130,5); }
td.TdClassName
{
border-color: #C68205;
}
.TagClassName
{
border-color: #C68205;
}
</style>