Shades of Dark Goldenrod #C98E03
Tints of Dark Goldenrod #C98E03
RGB
CMYK
RGB Variations
Color information
#C98E03 (or 0xC98E03) is known color: Dark Goldenrod. HEX triplet: C9, 8E and 03. RGB value is (201,142,3). Sum of RGB (Red+Green+Blue) = 201+142+3=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98E03 is #3671FC. Grayscale: #909090. Windows color (decimal): -3568125 or 233161. OLE color: 233161.
HSL color Cylindrical-coordinate representation of color #C98E03: hue angle of 42.12º 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 #C98E03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.21 |
| HSL | 42.12º | 0.97% | 0.4% | - |
| HSV(B) | 42.12º | 0.99% | 0.79% | - |
| XYZ | 33.78 | 31.77 | 4.44 | - |
| YUV | 143.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 3 | 0 | 0.29 | 0.99 | 0.21 | 42.12 | 0.97 | 0.4 |
| Hex | C9 | 8E | 3 | 0 | 1D | 63 | 15 | 2A | 61 | 28 |
| Octal | 311 | 216 | 3 | 0 | 35 | 143 | 25 | 52 | 141 | 50 |
| Binary | 11001001 | 10001110 | 11 | 0 | 11101 | 1100011 | 10101 | 101010 | 1100001 | 101000 |
Color Harmonies of #C98E03
Complementary color
Monochromatic Colors of #C98E03
Black with #C98E03
Text Example
Text Example
White with #C98E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E03; }
p { color: rgb(201,142,3); }
H1.HeaderClassName
{
color: #C98E03;
}
.AnyTagClassName
{
color: #C98E03;
}
</style>
background-color css
<style>
a { background-color: #C98E03; }
a { background-color: rgb(201,142,3); }
div.DivClassName
{
background-color: #C98E03;
}
.BgClassName
{
background-color: #C98E03;
}
</style>
border-color css
<style>
span { border-color: #C98E03; }
span { border-color: rgb(201,142,3); }
td.TdClassName
{
border-color: #C98E03;
}
.TagClassName
{
border-color: #C98E03;
}
</style>