Shades of Dark Goldenrod #C49504
Tints of Dark Goldenrod #C49504
RGB
CMYK
RGB Variations
Color information
#C49504 (or 0xC49504) is known color: Dark Goldenrod. HEX triplet: C4, 95 and 04. RGB value is (196,149,4). Sum of RGB (Red+Green+Blue) = 196+149+4=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C49504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49504 is #3B6AFB. Grayscale: #939393. Windows color (decimal): -3894012 or 300484. OLE color: 300484.
HSL color Cylindrical-coordinate representation of color #C49504: hue angle of 45.31º 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 #C49504 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.23 |
| HSL | 45.31º | 0.96% | 0.39% | - |
| HSV(B) | 45.31º | 0.98% | 0.77% | - |
| XYZ | 33.53 | 33.24 | 4.76 | - |
| YUV | 146.52 | 47.57 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 4 | 0 | 0.24 | 0.98 | 0.23 | 45.31 | 0.96 | 0.39 |
| Hex | C4 | 95 | 4 | 0 | 18 | 62 | 17 | 2D | 60 | 27 |
| Octal | 304 | 225 | 4 | 0 | 30 | 142 | 27 | 55 | 140 | 47 |
| Binary | 11000100 | 10010101 | 100 | 0 | 11000 | 1100010 | 10111 | 101101 | 1100000 | 100111 |
Color Harmonies of #C49504
Complementary color
Monochromatic Colors of #C49504
Black with #C49504
Text Example
Text Example
White with #C49504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49504; }
p { color: rgb(196,149,4); }
H1.HeaderClassName
{
color: #C49504;
}
.AnyTagClassName
{
color: #C49504;
}
</style>
background-color css
<style>
a { background-color: #C49504; }
a { background-color: rgb(196,149,4); }
div.DivClassName
{
background-color: #C49504;
}
.BgClassName
{
background-color: #C49504;
}
</style>
border-color css
<style>
span { border-color: #C49504; }
span { border-color: rgb(196,149,4); }
td.TdClassName
{
border-color: #C49504;
}
.TagClassName
{
border-color: #C49504;
}
</style>