Shades of Dark Goldenrod #C68417
Tints of Dark Goldenrod #C68417
RGB
CMYK
RGB Variations
Color information
#C68417 (or 0xC68417) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 17. RGB value is (198,132,23). Sum of RGB (Red+Green+Blue) = 198+132+23=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C68417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68417 is #397BE8. Grayscale: #8B8B8B. Windows color (decimal): -3767273 or 1541318. OLE color: 1541318.
HSL color Cylindrical-coordinate representation of color #C68417: hue angle of 37.37º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C68417 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 23 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.22 |
| HSL | 37.37º | 0.79% | 0.43% | - |
| HSV(B) | 37.37º | 0.88% | 0.78% | - |
| XYZ | 31.69 | 28.57 | 4.65 | - |
| YUV | 139.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 23 | 0 | 0.33 | 0.88 | 0.22 | 37.37 | 0.79 | 0.43 |
| Hex | C6 | 84 | 17 | 0 | 21 | 58 | 16 | 25 | 4F | 2B |
| Octal | 306 | 204 | 27 | 0 | 41 | 130 | 26 | 45 | 117 | 53 |
| Binary | 11000110 | 10000100 | 10111 | 0 | 100001 | 1011000 | 10110 | 100101 | 1001111 | 101011 |
Color Harmonies of #C68417
Complementary color
Monochromatic Colors of #C68417
Black with #C68417
Text Example
Text Example
White with #C68417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68417; }
p { color: rgb(198,132,23); }
H1.HeaderClassName
{
color: #C68417;
}
.AnyTagClassName
{
color: #C68417;
}
</style>
background-color css
<style>
a { background-color: #C68417; }
a { background-color: rgb(198,132,23); }
div.DivClassName
{
background-color: #C68417;
}
.BgClassName
{
background-color: #C68417;
}
</style>
border-color css
<style>
span { border-color: #C68417; }
span { border-color: rgb(198,132,23); }
td.TdClassName
{
border-color: #C68417;
}
.TagClassName
{
border-color: #C68417;
}
</style>