Shades of Dark Goldenrod #C49004
Tints of Dark Goldenrod #C49004
RGB
CMYK
RGB Variations
Color information
#C49004 (or 0xC49004) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 04. RGB value is (196,144,4). Sum of RGB (Red+Green+Blue) = 196+144+4=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C49004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49004 is #3B6FFB. Grayscale: #909090. Windows color (decimal): -3895292 or 299204. OLE color: 299204.
HSL color Cylindrical-coordinate representation of color #C49004: hue angle of 43.75º degrees, saturation: 0.96, 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 #C49004 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.23 |
| HSL | 43.75º | 0.96% | 0.39% | - |
| HSV(B) | 43.75º | 0.98% | 0.77% | - |
| XYZ | 32.76 | 31.69 | 4.51 | - |
| YUV | 143.59 | 49.23 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 4 | 0 | 0.27 | 0.98 | 0.23 | 43.75 | 0.96 | 0.39 |
| Hex | C4 | 90 | 4 | 0 | 1B | 62 | 17 | 2C | 60 | 27 |
| Octal | 304 | 220 | 4 | 0 | 33 | 142 | 27 | 54 | 140 | 47 |
| Binary | 11000100 | 10010000 | 100 | 0 | 11011 | 1100010 | 10111 | 101100 | 1100000 | 100111 |
Color Harmonies of #C49004
Complementary color
Monochromatic Colors of #C49004
Black with #C49004
Text Example
Text Example
White with #C49004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49004; }
p { color: rgb(196,144,4); }
H1.HeaderClassName
{
color: #C49004;
}
.AnyTagClassName
{
color: #C49004;
}
</style>
background-color css
<style>
a { background-color: #C49004; }
a { background-color: rgb(196,144,4); }
div.DivClassName
{
background-color: #C49004;
}
.BgClassName
{
background-color: #C49004;
}
</style>
border-color css
<style>
span { border-color: #C49004; }
span { border-color: rgb(196,144,4); }
td.TdClassName
{
border-color: #C49004;
}
.TagClassName
{
border-color: #C49004;
}
</style>