Shades of Dark Goldenrod #C98A16
Tints of Dark Goldenrod #C98A16
RGB
CMYK
RGB Variations
Color information
#C98A16 (or 0xC98A16) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 16. RGB value is (201,138,22). Sum of RGB (Red+Green+Blue) = 201+138+22=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A16 is #3675E9. Grayscale: #909090. Windows color (decimal): -3569130 or 1477321. OLE color: 1477321.
HSL color Cylindrical-coordinate representation of color #C98A16: hue angle of 38.88º 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 #C98A16 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 22 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.21 |
| HSL | 38.88º | 0.8% | 0.44% | - |
| HSV(B) | 38.88º | 0.89% | 0.79% | - |
| XYZ | 33.32 | 30.65 | 4.92 | - |
| YUV | 143.61 | 59.37 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 22 | 0 | 0.31 | 0.89 | 0.21 | 38.88 | 0.8 | 0.44 |
| Hex | C9 | 8A | 16 | 0 | 1F | 59 | 15 | 27 | 50 | 2C |
| Octal | 311 | 212 | 26 | 0 | 37 | 131 | 25 | 47 | 120 | 54 |
| Binary | 11001001 | 10001010 | 10110 | 0 | 11111 | 1011001 | 10101 | 100111 | 1010000 | 101100 |
Color Harmonies of #C98A16
Complementary color
Monochromatic Colors of #C98A16
Black with #C98A16
Text Example
Text Example
White with #C98A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A16; }
p { color: rgb(201,138,22); }
H1.HeaderClassName
{
color: #C98A16;
}
.AnyTagClassName
{
color: #C98A16;
}
</style>
background-color css
<style>
a { background-color: #C98A16; }
a { background-color: rgb(201,138,22); }
div.DivClassName
{
background-color: #C98A16;
}
.BgClassName
{
background-color: #C98A16;
}
</style>
border-color css
<style>
span { border-color: #C98A16; }
span { border-color: rgb(201,138,22); }
td.TdClassName
{
border-color: #C98A16;
}
.TagClassName
{
border-color: #C98A16;
}
</style>