Shades of Dark Goldenrod #C68917
Tints of Dark Goldenrod #C68917
RGB
CMYK
RGB Variations
Color information
#C68917 (or 0xC68917) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 17. RGB value is (198,137,23). Sum of RGB (Red+Green+Blue) = 198+137+23=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C68917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68917 is #3976E8. Grayscale: #8E8E8E. Windows color (decimal): -3765993 or 1542598. OLE color: 1542598.
HSL color Cylindrical-coordinate representation of color #C68917: hue angle of 39.09º 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 #C68917 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 23 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.22 |
| HSL | 39.09º | 0.79% | 0.43% | - |
| HSV(B) | 39.09º | 0.88% | 0.78% | - |
| XYZ | 32.39 | 29.96 | 4.89 | - |
| YUV | 142.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 23 | 0 | 0.31 | 0.88 | 0.22 | 39.09 | 0.79 | 0.43 |
| Hex | C6 | 89 | 17 | 0 | 1F | 58 | 16 | 27 | 4F | 2B |
| Octal | 306 | 211 | 27 | 0 | 37 | 130 | 26 | 47 | 117 | 53 |
| Binary | 11000110 | 10001001 | 10111 | 0 | 11111 | 1011000 | 10110 | 100111 | 1001111 | 101011 |
Color Harmonies of #C68917
Complementary color
Monochromatic Colors of #C68917
Black with #C68917
Text Example
Text Example
White with #C68917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68917; }
p { color: rgb(198,137,23); }
H1.HeaderClassName
{
color: #C68917;
}
.AnyTagClassName
{
color: #C68917;
}
</style>
background-color css
<style>
a { background-color: #C68917; }
a { background-color: rgb(198,137,23); }
div.DivClassName
{
background-color: #C68917;
}
.BgClassName
{
background-color: #C68917;
}
</style>
border-color css
<style>
span { border-color: #C68917; }
span { border-color: rgb(198,137,23); }
td.TdClassName
{
border-color: #C68917;
}
.TagClassName
{
border-color: #C68917;
}
</style>