Shades of Dark Goldenrod #C59902
Tints of Dark Goldenrod #C59902
RGB
CMYK
RGB Variations
Color information
#C59902 (or 0xC59902) is known color: Dark Goldenrod. HEX triplet: C5, 99 and 02. RGB value is (197,153,2). Sum of RGB (Red+Green+Blue) = 197+153+2=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C59902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59902 is #3A66FD. Grayscale: #959595. Windows color (decimal): -3827454 or 170437. OLE color: 170437.
HSL color Cylindrical-coordinate representation of color #C59902: hue angle of 46.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C59902 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.23 |
| HSL | 46.46º | 0.98% | 0.39% | - |
| HSV(B) | 46.46º | 0.99% | 0.77% | - |
| XYZ | 34.43 | 34.66 | 4.93 | - |
| YUV | 148.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 2 | 0 | 0.22 | 0.99 | 0.23 | 46.46 | 0.98 | 0.39 |
| Hex | C5 | 99 | 2 | 0 | 16 | 63 | 17 | 2E | 62 | 27 |
| Octal | 305 | 231 | 2 | 0 | 26 | 143 | 27 | 56 | 142 | 47 |
| Binary | 11000101 | 10011001 | 10 | 0 | 10110 | 1100011 | 10111 | 101110 | 1100010 | 100111 |
Color Harmonies of #C59902
Complementary color
Monochromatic Colors of #C59902
Black with #C59902
Text Example
Text Example
White with #C59902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59902; }
p { color: rgb(197,153,2); }
H1.HeaderClassName
{
color: #C59902;
}
.AnyTagClassName
{
color: #C59902;
}
</style>
background-color css
<style>
a { background-color: #C59902; }
a { background-color: rgb(197,153,2); }
div.DivClassName
{
background-color: #C59902;
}
.BgClassName
{
background-color: #C59902;
}
</style>
border-color css
<style>
span { border-color: #C59902; }
span { border-color: rgb(197,153,2); }
td.TdClassName
{
border-color: #C59902;
}
.TagClassName
{
border-color: #C59902;
}
</style>