Shades of Dark Goldenrod #C98E09
Tints of Dark Goldenrod #C98E09
RGB
CMYK
RGB Variations
Color information
#C98E09 (or 0xC98E09) is known color: Dark Goldenrod. HEX triplet: C9, 8E and 09. RGB value is (201,142,9). Sum of RGB (Red+Green+Blue) = 201+142+9=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98E09 is #3671F6. Grayscale: #919191. Windows color (decimal): -3568119 or 626377. OLE color: 626377.
HSL color Cylindrical-coordinate representation of color #C98E09: hue angle of 41.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C98E09 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.21 |
| HSL | 41.56º | 0.91% | 0.41% | - |
| HSV(B) | 41.56º | 0.96% | 0.79% | - |
| XYZ | 33.81 | 31.78 | 4.61 | - |
| YUV | 144.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 9 | 0 | 0.29 | 0.96 | 0.21 | 41.56 | 0.91 | 0.41 |
| Hex | C9 | 8E | 9 | 0 | 1D | 60 | 15 | 2A | 5B | 29 |
| Octal | 311 | 216 | 11 | 0 | 35 | 140 | 25 | 52 | 133 | 51 |
| Binary | 11001001 | 10001110 | 1001 | 0 | 11101 | 1100000 | 10101 | 101010 | 1011011 | 101001 |
Color Harmonies of #C98E09
Complementary color
Monochromatic Colors of #C98E09
Black with #C98E09
Text Example
Text Example
White with #C98E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E09; }
p { color: rgb(201,142,9); }
H1.HeaderClassName
{
color: #C98E09;
}
.AnyTagClassName
{
color: #C98E09;
}
</style>
background-color css
<style>
a { background-color: #C98E09; }
a { background-color: rgb(201,142,9); }
div.DivClassName
{
background-color: #C98E09;
}
.BgClassName
{
background-color: #C98E09;
}
</style>
border-color css
<style>
span { border-color: #C98E09; }
span { border-color: rgb(201,142,9); }
td.TdClassName
{
border-color: #C98E09;
}
.TagClassName
{
border-color: #C98E09;
}
</style>