Shades of Dark Goldenrod #C98D09
Tints of Dark Goldenrod #C98D09
RGB
CMYK
RGB Variations
Color information
#C98D09 (or 0xC98D09) is known color: Dark Goldenrod. HEX triplet: C9, 8D and 09. RGB value is (201,141,9). Sum of RGB (Red+Green+Blue) = 201+141+9=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98D09 is #3672F6. Grayscale: #909090. Windows color (decimal): -3568375 or 626121. OLE color: 626121.
HSL color Cylindrical-coordinate representation of color #C98D09: hue angle of 41.25º 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 #C98D09 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.21 |
| HSL | 41.25º | 0.91% | 0.41% | - |
| HSV(B) | 41.25º | 0.96% | 0.79% | - |
| XYZ | 33.66 | 31.49 | 4.56 | - |
| YUV | 143.89 | 51.88 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 9 | 0 | 0.30 | 0.96 | 0.21 | 41.25 | 0.91 | 0.41 |
| Hex | C9 | 8D | 9 | 0 | 1E | 60 | 15 | 29 | 5B | 29 |
| Octal | 311 | 215 | 11 | 0 | 36 | 140 | 25 | 51 | 133 | 51 |
| Binary | 11001001 | 10001101 | 1001 | 0 | 11110 | 1100000 | 10101 | 101001 | 1011011 | 101001 |
Color Harmonies of #C98D09
Complementary color
Monochromatic Colors of #C98D09
Black with #C98D09
Text Example
Text Example
White with #C98D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D09; }
p { color: rgb(201,141,9); }
H1.HeaderClassName
{
color: #C98D09;
}
.AnyTagClassName
{
color: #C98D09;
}
</style>
background-color css
<style>
a { background-color: #C98D09; }
a { background-color: rgb(201,141,9); }
div.DivClassName
{
background-color: #C98D09;
}
.BgClassName
{
background-color: #C98D09;
}
</style>
border-color css
<style>
span { border-color: #C98D09; }
span { border-color: rgb(201,141,9); }
td.TdClassName
{
border-color: #C98D09;
}
.TagClassName
{
border-color: #C98D09;
}
</style>