Shades of Dark Goldenrod #C98602
Tints of Dark Goldenrod #C98602
RGB
CMYK
RGB Variations
Color information
#C98602 (or 0xC98602) is known color: Dark Goldenrod. HEX triplet: C9, 86 and 02. RGB value is (201,134,2). Sum of RGB (Red+Green+Blue) = 201+134+2=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C98602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98602 is #3679FD. Grayscale: #8B8B8B. Windows color (decimal): -3570174 or 165577. OLE color: 165577.
HSL color Cylindrical-coordinate representation of color #C98602: hue angle of 39.8º 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 #C98602 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.21 |
| HSL | 39.8º | 0.98% | 0.4% | - |
| HSV(B) | 39.8º | 0.99% | 0.79% | - |
| XYZ | 32.62 | 29.47 | 4.03 | - |
| YUV | 138.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 2 | 0 | 0.33 | 0.99 | 0.21 | 39.8 | 0.98 | 0.4 |
| Hex | C9 | 86 | 2 | 0 | 21 | 63 | 15 | 28 | 62 | 28 |
| Octal | 311 | 206 | 2 | 0 | 41 | 143 | 25 | 50 | 142 | 50 |
| Binary | 11001001 | 10000110 | 10 | 0 | 100001 | 1100011 | 10101 | 101000 | 1100010 | 101000 |
Color Harmonies of #C98602
Complementary color
Monochromatic Colors of #C98602
Black with #C98602
Text Example
Text Example
White with #C98602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98602; }
p { color: rgb(201,134,2); }
H1.HeaderClassName
{
color: #C98602;
}
.AnyTagClassName
{
color: #C98602;
}
</style>
background-color css
<style>
a { background-color: #C98602; }
a { background-color: rgb(201,134,2); }
div.DivClassName
{
background-color: #C98602;
}
.BgClassName
{
background-color: #C98602;
}
</style>
border-color css
<style>
span { border-color: #C98602; }
span { border-color: rgb(201,134,2); }
td.TdClassName
{
border-color: #C98602;
}
.TagClassName
{
border-color: #C98602;
}
</style>