Shades of Dark Goldenrod #C59003
Tints of Dark Goldenrod #C59003
RGB
CMYK
RGB Variations
Color information
#C59003 (or 0xC59003) is known color: Dark Goldenrod. HEX triplet: C5, 90 and 03. RGB value is (197,144,3). Sum of RGB (Red+Green+Blue) = 197+144+3=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C59003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59003 is #3A6FFC. Grayscale: #909090. Windows color (decimal): -3829757 or 233669. OLE color: 233669.
HSL color Cylindrical-coordinate representation of color #C59003: hue angle of 43.61º 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 #C59003 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.23 |
| HSL | 43.61º | 0.97% | 0.39% | - |
| HSV(B) | 43.61º | 0.98% | 0.77% | - |
| XYZ | 33.02 | 31.82 | 4.49 | - |
| YUV | 143.77 | 48.56 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 3 | 0 | 0.27 | 0.98 | 0.23 | 43.61 | 0.97 | 0.39 |
| Hex | C5 | 90 | 3 | 0 | 1B | 62 | 17 | 2C | 61 | 27 |
| Octal | 305 | 220 | 3 | 0 | 33 | 142 | 27 | 54 | 141 | 47 |
| Binary | 11000101 | 10010000 | 11 | 0 | 11011 | 1100010 | 10111 | 101100 | 1100001 | 100111 |
Color Harmonies of #C59003
Complementary color
Monochromatic Colors of #C59003
Black with #C59003
Text Example
Text Example
White with #C59003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59003; }
p { color: rgb(197,144,3); }
H1.HeaderClassName
{
color: #C59003;
}
.AnyTagClassName
{
color: #C59003;
}
</style>
background-color css
<style>
a { background-color: #C59003; }
a { background-color: rgb(197,144,3); }
div.DivClassName
{
background-color: #C59003;
}
.BgClassName
{
background-color: #C59003;
}
</style>
border-color css
<style>
span { border-color: #C59003; }
span { border-color: rgb(197,144,3); }
td.TdClassName
{
border-color: #C59003;
}
.TagClassName
{
border-color: #C59003;
}
</style>