Shades of Dark Goldenrod #C98D03
Tints of Dark Goldenrod #C98D03
RGB
CMYK
RGB Variations
Color information
#C98D03 (or 0xC98D03) is known color: Dark Goldenrod. HEX triplet: C9, 8D and 03. RGB value is (201,141,3). Sum of RGB (Red+Green+Blue) = 201+141+3=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98D03 is #3672FC. Grayscale: #8F8F8F. Windows color (decimal): -3568381 or 232905. OLE color: 232905.
HSL color Cylindrical-coordinate representation of color #C98D03: hue angle of 41.82º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C98D03 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.21 |
| HSL | 41.82º | 0.97% | 0.4% | - |
| HSV(B) | 41.82º | 0.99% | 0.79% | - |
| XYZ | 33.63 | 31.47 | 4.39 | - |
| YUV | 143.21 | 48.88 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 3 | 0 | 0.30 | 0.99 | 0.21 | 41.82 | 0.97 | 0.4 |
| Hex | C9 | 8D | 3 | 0 | 1E | 63 | 15 | 2A | 61 | 28 |
| Octal | 311 | 215 | 3 | 0 | 36 | 143 | 25 | 52 | 141 | 50 |
| Binary | 11001001 | 10001101 | 11 | 0 | 11110 | 1100011 | 10101 | 101010 | 1100001 | 101000 |
Color Harmonies of #C98D03
Complementary color
Monochromatic Colors of #C98D03
Black with #C98D03
Text Example
Text Example
White with #C98D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D03; }
p { color: rgb(201,141,3); }
H1.HeaderClassName
{
color: #C98D03;
}
.AnyTagClassName
{
color: #C98D03;
}
</style>
background-color css
<style>
a { background-color: #C98D03; }
a { background-color: rgb(201,141,3); }
div.DivClassName
{
background-color: #C98D03;
}
.BgClassName
{
background-color: #C98D03;
}
</style>
border-color css
<style>
span { border-color: #C98D03; }
span { border-color: rgb(201,141,3); }
td.TdClassName
{
border-color: #C98D03;
}
.TagClassName
{
border-color: #C98D03;
}
</style>