Shades of Dark Goldenrod #C98816
Tints of Dark Goldenrod #C98816
RGB
CMYK
RGB Variations
Color information
#C98816 (or 0xC98816) is known color: Dark Goldenrod. HEX triplet: C9, 88 and 16. RGB value is (201,136,22). Sum of RGB (Red+Green+Blue) = 201+136+22=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C98816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98816 is #3677E9. Grayscale: #8E8E8E. Windows color (decimal): -3569642 or 1476809. OLE color: 1476809.
HSL color Cylindrical-coordinate representation of color #C98816: hue angle of 38.21º 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 #C98816 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.21 |
| HSL | 38.21º | 0.8% | 0.44% | - |
| HSV(B) | 38.21º | 0.89% | 0.79% | - |
| XYZ | 33.04 | 30.08 | 4.82 | - |
| YUV | 142.44 | 60.03 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 22 | 0 | 0.32 | 0.89 | 0.21 | 38.21 | 0.8 | 0.44 |
| Hex | C9 | 88 | 16 | 0 | 20 | 59 | 15 | 26 | 50 | 2C |
| Octal | 311 | 210 | 26 | 0 | 40 | 131 | 25 | 46 | 120 | 54 |
| Binary | 11001001 | 10001000 | 10110 | 0 | 100000 | 1011001 | 10101 | 100110 | 1010000 | 101100 |
Color Harmonies of #C98816
Complementary color
Monochromatic Colors of #C98816
Black with #C98816
Text Example
Text Example
White with #C98816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98816; }
p { color: rgb(201,136,22); }
H1.HeaderClassName
{
color: #C98816;
}
.AnyTagClassName
{
color: #C98816;
}
</style>
background-color css
<style>
a { background-color: #C98816; }
a { background-color: rgb(201,136,22); }
div.DivClassName
{
background-color: #C98816;
}
.BgClassName
{
background-color: #C98816;
}
</style>
border-color css
<style>
span { border-color: #C98816; }
span { border-color: rgb(201,136,22); }
td.TdClassName
{
border-color: #C98816;
}
.TagClassName
{
border-color: #C98816;
}
</style>