Shades of Dark Goldenrod #C59403
Tints of Dark Goldenrod #C59403
RGB
CMYK
RGB Variations
Color information
#C59403 (or 0xC59403) is known color: Dark Goldenrod. HEX triplet: C5, 94 and 03. RGB value is (197,148,3). Sum of RGB (Red+Green+Blue) = 197+148+3=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C59403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59403 is #3A6BFC. Grayscale: #929292. Windows color (decimal): -3828733 or 234693. OLE color: 234693.
HSL color Cylindrical-coordinate representation of color #C59403: hue angle of 44.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C59403 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 3 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.23 |
| HSL | 44.85º | 0.97% | 0.39% | - |
| HSV(B) | 44.85º | 0.98% | 0.77% | - |
| XYZ | 33.63 | 33.06 | 4.69 | - |
| YUV | 146.12 | 47.23 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 3 | 0 | 0.25 | 0.98 | 0.23 | 44.85 | 0.97 | 0.39 |
| Hex | C5 | 94 | 3 | 0 | 19 | 62 | 17 | 2D | 61 | 27 |
| Octal | 305 | 224 | 3 | 0 | 31 | 142 | 27 | 55 | 141 | 47 |
| Binary | 11000101 | 10010100 | 11 | 0 | 11001 | 1100010 | 10111 | 101101 | 1100001 | 100111 |
Color Harmonies of #C59403
Complementary color
Monochromatic Colors of #C59403
Black with #C59403
Text Example
Text Example
White with #C59403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59403; }
p { color: rgb(197,148,3); }
H1.HeaderClassName
{
color: #C59403;
}
.AnyTagClassName
{
color: #C59403;
}
</style>
background-color css
<style>
a { background-color: #C59403; }
a { background-color: rgb(197,148,3); }
div.DivClassName
{
background-color: #C59403;
}
.BgClassName
{
background-color: #C59403;
}
</style>
border-color css
<style>
span { border-color: #C59403; }
span { border-color: rgb(197,148,3); }
td.TdClassName
{
border-color: #C59403;
}
.TagClassName
{
border-color: #C59403;
}
</style>