Shades of Dark Goldenrod #C98E02
Tints of Dark Goldenrod #C98E02
RGB
CMYK
RGB Variations
Color information
#C98E02 (or 0xC98E02) is known color: Dark Goldenrod. HEX triplet: C9, 8E and 02. RGB value is (201,142,2). Sum of RGB (Red+Green+Blue) = 201+142+2=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98E02 is #3671FD. Grayscale: #909090. Windows color (decimal): -3568126 or 167625. OLE color: 167625.
HSL color Cylindrical-coordinate representation of color #C98E02: hue angle of 42.21º degrees, saturation: 0.98, 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 #C98E02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.21 |
| HSL | 42.21º | 0.98% | 0.4% | - |
| HSV(B) | 42.21º | 0.99% | 0.79% | - |
| XYZ | 33.77 | 31.77 | 4.41 | - |
| YUV | 143.68 | 48.05 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 2 | 0 | 0.29 | 0.99 | 0.21 | 42.21 | 0.98 | 0.4 |
| Hex | C9 | 8E | 2 | 0 | 1D | 63 | 15 | 2A | 62 | 28 |
| Octal | 311 | 216 | 2 | 0 | 35 | 143 | 25 | 52 | 142 | 50 |
| Binary | 11001001 | 10001110 | 10 | 0 | 11101 | 1100011 | 10101 | 101010 | 1100010 | 101000 |
Color Harmonies of #C98E02
Complementary color
Monochromatic Colors of #C98E02
Black with #C98E02
Text Example
Text Example
White with #C98E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E02; }
p { color: rgb(201,142,2); }
H1.HeaderClassName
{
color: #C98E02;
}
.AnyTagClassName
{
color: #C98E02;
}
</style>
background-color css
<style>
a { background-color: #C98E02; }
a { background-color: rgb(201,142,2); }
div.DivClassName
{
background-color: #C98E02;
}
.BgClassName
{
background-color: #C98E02;
}
</style>
border-color css
<style>
span { border-color: #C98E02; }
span { border-color: rgb(201,142,2); }
td.TdClassName
{
border-color: #C98E02;
}
.TagClassName
{
border-color: #C98E02;
}
</style>