Shades of Dark Goldenrod #C68416
Tints of Dark Goldenrod #C68416
RGB
CMYK
RGB Variations
Color information
#C68416 (or 0xC68416) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 16. RGB value is (198,132,22). Sum of RGB (Red+Green+Blue) = 198+132+22=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C68416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68416 is #397BE9. Grayscale: #8B8B8B. Windows color (decimal): -3767274 or 1475782. OLE color: 1475782.
HSL color Cylindrical-coordinate representation of color #C68416: hue angle of 37.5º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C68416 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.22 |
| HSL | 37.5º | 0.8% | 0.43% | - |
| HSV(B) | 37.5º | 0.89% | 0.78% | - |
| XYZ | 31.68 | 28.57 | 4.6 | - |
| YUV | 139.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 22 | 0 | 0.33 | 0.89 | 0.22 | 37.5 | 0.8 | 0.43 |
| Hex | C6 | 84 | 16 | 0 | 21 | 59 | 16 | 26 | 50 | 2B |
| Octal | 306 | 204 | 26 | 0 | 41 | 131 | 26 | 46 | 120 | 53 |
| Binary | 11000110 | 10000100 | 10110 | 0 | 100001 | 1011001 | 10110 | 100110 | 1010000 | 101011 |
Color Harmonies of #C68416
Complementary color
Monochromatic Colors of #C68416
Black with #C68416
Text Example
Text Example
White with #C68416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68416; }
p { color: rgb(198,132,22); }
H1.HeaderClassName
{
color: #C68416;
}
.AnyTagClassName
{
color: #C68416;
}
</style>
background-color css
<style>
a { background-color: #C68416; }
a { background-color: rgb(198,132,22); }
div.DivClassName
{
background-color: #C68416;
}
.BgClassName
{
background-color: #C68416;
}
</style>
border-color css
<style>
span { border-color: #C68416; }
span { border-color: rgb(198,132,22); }
td.TdClassName
{
border-color: #C68416;
}
.TagClassName
{
border-color: #C68416;
}
</style>