Shades of Dark Goldenrod #C98C16
Tints of Dark Goldenrod #C98C16
RGB
CMYK
RGB Variations
Color information
#C98C16 (or 0xC98C16) is known color: Dark Goldenrod. HEX triplet: C9, 8C and 16. RGB value is (201,140,22). Sum of RGB (Red+Green+Blue) = 201+140+22=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98C16 is #3673E9. Grayscale: #919191. Windows color (decimal): -3568618 or 1477833. OLE color: 1477833.
HSL color Cylindrical-coordinate representation of color #C98C16: hue angle of 39.55º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C98C16 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 22 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.21 |
| HSL | 39.55º | 0.8% | 0.44% | - |
| HSV(B) | 39.55º | 0.89% | 0.79% | - |
| XYZ | 33.61 | 31.23 | 5.02 | - |
| YUV | 144.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 22 | 0 | 0.30 | 0.89 | 0.21 | 39.55 | 0.8 | 0.44 |
| Hex | C9 | 8C | 16 | 0 | 1E | 59 | 15 | 28 | 50 | 2C |
| Octal | 311 | 214 | 26 | 0 | 36 | 131 | 25 | 50 | 120 | 54 |
| Binary | 11001001 | 10001100 | 10110 | 0 | 11110 | 1011001 | 10101 | 101000 | 1010000 | 101100 |
Color Harmonies of #C98C16
Complementary color
Monochromatic Colors of #C98C16
Black with #C98C16
Text Example
Text Example
White with #C98C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C16; }
p { color: rgb(201,140,22); }
H1.HeaderClassName
{
color: #C98C16;
}
.AnyTagClassName
{
color: #C98C16;
}
</style>
background-color css
<style>
a { background-color: #C98C16; }
a { background-color: rgb(201,140,22); }
div.DivClassName
{
background-color: #C98C16;
}
.BgClassName
{
background-color: #C98C16;
}
</style>
border-color css
<style>
span { border-color: #C98C16; }
span { border-color: rgb(201,140,22); }
td.TdClassName
{
border-color: #C98C16;
}
.TagClassName
{
border-color: #C98C16;
}
</style>