Shades of Dark Goldenrod #C98918
Tints of Dark Goldenrod #C98918
RGB
CMYK
RGB Variations
Color information
#C98918 (or 0xC98918) is known color: Dark Goldenrod. HEX triplet: C9, 89 and 18. RGB value is (201,137,24). Sum of RGB (Red+Green+Blue) = 201+137+24=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C98918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98918 is #3676E7. Grayscale: #8F8F8F. Windows color (decimal): -3569384 or 1608137. OLE color: 1608137.
HSL color Cylindrical-coordinate representation of color #C98918: hue angle of 38.31º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98918 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 24 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.21 |
| HSL | 38.31º | 0.79% | 0.44% | - |
| HSV(B) | 38.31º | 0.88% | 0.79% | - |
| XYZ | 33.2 | 30.37 | 4.98 | - |
| YUV | 143.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 24 | 0 | 0.32 | 0.88 | 0.21 | 38.31 | 0.79 | 0.44 |
| Hex | C9 | 89 | 18 | 0 | 20 | 58 | 15 | 26 | 4F | 2C |
| Octal | 311 | 211 | 30 | 0 | 40 | 130 | 25 | 46 | 117 | 54 |
| Binary | 11001001 | 10001001 | 11000 | 0 | 100000 | 1011000 | 10101 | 100110 | 1001111 | 101100 |
Color Harmonies of #C98918
Complementary color
Monochromatic Colors of #C98918
Black with #C98918
Text Example
Text Example
White with #C98918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98918; }
p { color: rgb(201,137,24); }
H1.HeaderClassName
{
color: #C98918;
}
.AnyTagClassName
{
color: #C98918;
}
</style>
background-color css
<style>
a { background-color: #C98918; }
a { background-color: rgb(201,137,24); }
div.DivClassName
{
background-color: #C98918;
}
.BgClassName
{
background-color: #C98918;
}
</style>
border-color css
<style>
span { border-color: #C98918; }
span { border-color: rgb(201,137,24); }
td.TdClassName
{
border-color: #C98918;
}
.TagClassName
{
border-color: #C98918;
}
</style>