Shades of Dark Goldenrod #C68211
Tints of Dark Goldenrod #C68211
RGB
CMYK
RGB Variations
Color information
#C68211 (or 0xC68211) is known color: Dark Goldenrod. HEX triplet: C6, 82 and 11. RGB value is (198,130,17). Sum of RGB (Red+Green+Blue) = 198+130+17=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C68211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68211 is #397DEE. Grayscale: #898989. Windows color (decimal): -3767791 or 1147590. OLE color: 1147590.
HSL color Cylindrical-coordinate representation of color #C68211: hue angle of 37.46º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C68211 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.22 |
| HSL | 37.46º | 0.84% | 0.42% | - |
| HSV(B) | 37.46º | 0.91% | 0.78% | - |
| XYZ | 31.37 | 28.01 | 4.28 | - |
| YUV | 137.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 17 | 0 | 0.34 | 0.91 | 0.22 | 37.46 | 0.84 | 0.42 |
| Hex | C6 | 82 | 11 | 0 | 22 | 5B | 16 | 25 | 54 | 2A |
| Octal | 306 | 202 | 21 | 0 | 42 | 133 | 26 | 45 | 124 | 52 |
| Binary | 11000110 | 10000010 | 10001 | 0 | 100010 | 1011011 | 10110 | 100101 | 1010100 | 101010 |
Color Harmonies of #C68211
Complementary color
Monochromatic Colors of #C68211
Black with #C68211
Text Example
Text Example
White with #C68211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68211; }
p { color: rgb(198,130,17); }
H1.HeaderClassName
{
color: #C68211;
}
.AnyTagClassName
{
color: #C68211;
}
</style>
background-color css
<style>
a { background-color: #C68211; }
a { background-color: rgb(198,130,17); }
div.DivClassName
{
background-color: #C68211;
}
.BgClassName
{
background-color: #C68211;
}
</style>
border-color css
<style>
span { border-color: #C68211; }
span { border-color: rgb(198,130,17); }
td.TdClassName
{
border-color: #C68211;
}
.TagClassName
{
border-color: #C68211;
}
</style>