Shades of Dark Goldenrod #C49003
Tints of Dark Goldenrod #C49003
RGB
CMYK
RGB Variations
Color information
#C49003 (or 0xC49003) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 03. RGB value is (196,144,3). Sum of RGB (Red+Green+Blue) = 196+144+3=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C49003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49003 is #3B6FFC. Grayscale: #909090. Windows color (decimal): -3895293 or 233668. OLE color: 233668.
HSL color Cylindrical-coordinate representation of color #C49003: hue angle of 43.83º 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 #C49003 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.23 |
| HSL | 43.83º | 0.97% | 0.39% | - |
| HSV(B) | 43.83º | 0.98% | 0.77% | - |
| XYZ | 32.75 | 31.69 | 4.48 | - |
| YUV | 143.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 3 | 0 | 0.27 | 0.98 | 0.23 | 43.83 | 0.97 | 0.39 |
| Hex | C4 | 90 | 3 | 0 | 1B | 62 | 17 | 2C | 61 | 27 |
| Octal | 304 | 220 | 3 | 0 | 33 | 142 | 27 | 54 | 141 | 47 |
| Binary | 11000100 | 10010000 | 11 | 0 | 11011 | 1100010 | 10111 | 101100 | 1100001 | 100111 |
Color Harmonies of #C49003
Complementary color
Monochromatic Colors of #C49003
Black with #C49003
Text Example
Text Example
White with #C49003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49003; }
p { color: rgb(196,144,3); }
H1.HeaderClassName
{
color: #C49003;
}
.AnyTagClassName
{
color: #C49003;
}
</style>
background-color css
<style>
a { background-color: #C49003; }
a { background-color: rgb(196,144,3); }
div.DivClassName
{
background-color: #C49003;
}
.BgClassName
{
background-color: #C49003;
}
</style>
border-color css
<style>
span { border-color: #C49003; }
span { border-color: rgb(196,144,3); }
td.TdClassName
{
border-color: #C49003;
}
.TagClassName
{
border-color: #C49003;
}
</style>