Shades of Dark Goldenrod #C59202
Tints of Dark Goldenrod #C59202
RGB
CMYK
RGB Variations
Color information
#C59202 (or 0xC59202) is known color: Dark Goldenrod. HEX triplet: C5, 92 and 02. RGB value is (197,146,2). Sum of RGB (Red+Green+Blue) = 197+146+2=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C59202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59202 is #3A6DFD. Grayscale: #919191. Windows color (decimal): -3829246 or 168645. OLE color: 168645.
HSL color Cylindrical-coordinate representation of color #C59202: hue angle of 44.31º 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 #C59202 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.23 |
| HSL | 44.31º | 0.98% | 0.39% | - |
| HSV(B) | 44.31º | 0.99% | 0.77% | - |
| XYZ | 33.32 | 32.43 | 4.56 | - |
| YUV | 144.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 2 | 0 | 0.26 | 0.99 | 0.23 | 44.31 | 0.98 | 0.39 |
| Hex | C5 | 92 | 2 | 0 | 1A | 63 | 17 | 2C | 62 | 27 |
| Octal | 305 | 222 | 2 | 0 | 32 | 143 | 27 | 54 | 142 | 47 |
| Binary | 11000101 | 10010010 | 10 | 0 | 11010 | 1100011 | 10111 | 101100 | 1100010 | 100111 |
Color Harmonies of #C59202
Complementary color
Monochromatic Colors of #C59202
Black with #C59202
Text Example
Text Example
White with #C59202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59202; }
p { color: rgb(197,146,2); }
H1.HeaderClassName
{
color: #C59202;
}
.AnyTagClassName
{
color: #C59202;
}
</style>
background-color css
<style>
a { background-color: #C59202; }
a { background-color: rgb(197,146,2); }
div.DivClassName
{
background-color: #C59202;
}
.BgClassName
{
background-color: #C59202;
}
</style>
border-color css
<style>
span { border-color: #C59202; }
span { border-color: rgb(197,146,2); }
td.TdClassName
{
border-color: #C59202;
}
.TagClassName
{
border-color: #C59202;
}
</style>