Shades of Dark Goldenrod #C68916
Tints of Dark Goldenrod #C68916
RGB
CMYK
RGB Variations
Color information
#C68916 (or 0xC68916) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 16. RGB value is (198,137,22). Sum of RGB (Red+Green+Blue) = 198+137+22=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C68916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68916 is #3976E9. Grayscale: #8E8E8E. Windows color (decimal): -3765994 or 1477062. OLE color: 1477062.
HSL color Cylindrical-coordinate representation of color #C68916: hue angle of 39.2º 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 #C68916 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 22 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.22 |
| HSL | 39.2º | 0.8% | 0.43% | - |
| HSV(B) | 39.2º | 0.89% | 0.78% | - |
| XYZ | 32.38 | 29.96 | 4.83 | - |
| YUV | 142.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 22 | 0 | 0.31 | 0.89 | 0.22 | 39.2 | 0.8 | 0.43 |
| Hex | C6 | 89 | 16 | 0 | 1F | 59 | 16 | 27 | 50 | 2B |
| Octal | 306 | 211 | 26 | 0 | 37 | 131 | 26 | 47 | 120 | 53 |
| Binary | 11000110 | 10001001 | 10110 | 0 | 11111 | 1011001 | 10110 | 100111 | 1010000 | 101011 |
Color Harmonies of #C68916
Complementary color
Monochromatic Colors of #C68916
Black with #C68916
Text Example
Text Example
White with #C68916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68916; }
p { color: rgb(198,137,22); }
H1.HeaderClassName
{
color: #C68916;
}
.AnyTagClassName
{
color: #C68916;
}
</style>
background-color css
<style>
a { background-color: #C68916; }
a { background-color: rgb(198,137,22); }
div.DivClassName
{
background-color: #C68916;
}
.BgClassName
{
background-color: #C68916;
}
</style>
border-color css
<style>
span { border-color: #C68916; }
span { border-color: rgb(198,137,22); }
td.TdClassName
{
border-color: #C68916;
}
.TagClassName
{
border-color: #C68916;
}
</style>