Shades of Dark Goldenrod #C49502
Tints of Dark Goldenrod #C49502
RGB
CMYK
RGB Variations
Color information
#C49502 (or 0xC49502) is known color: Dark Goldenrod. HEX triplet: C4, 95 and 02. RGB value is (196,149,2). Sum of RGB (Red+Green+Blue) = 196+149+2=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C49502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49502 is #3B6AFD. Grayscale: #929292. Windows color (decimal): -3894014 or 169412. OLE color: 169412.
HSL color Cylindrical-coordinate representation of color #C49502: hue angle of 45.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C49502 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.23 |
| HSL | 45.46º | 0.98% | 0.39% | - |
| HSV(B) | 45.46º | 0.99% | 0.77% | - |
| XYZ | 33.52 | 33.24 | 4.71 | - |
| YUV | 146.3 | 46.57 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 2 | 0 | 0.24 | 0.99 | 0.23 | 45.46 | 0.98 | 0.39 |
| Hex | C4 | 95 | 2 | 0 | 18 | 63 | 17 | 2D | 62 | 27 |
| Octal | 304 | 225 | 2 | 0 | 30 | 143 | 27 | 55 | 142 | 47 |
| Binary | 11000100 | 10010101 | 10 | 0 | 11000 | 1100011 | 10111 | 101101 | 1100010 | 100111 |
Color Harmonies of #C49502
Complementary color
Monochromatic Colors of #C49502
Black with #C49502
Text Example
Text Example
White with #C49502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49502; }
p { color: rgb(196,149,2); }
H1.HeaderClassName
{
color: #C49502;
}
.AnyTagClassName
{
color: #C49502;
}
</style>
background-color css
<style>
a { background-color: #C49502; }
a { background-color: rgb(196,149,2); }
div.DivClassName
{
background-color: #C49502;
}
.BgClassName
{
background-color: #C49502;
}
</style>
border-color css
<style>
span { border-color: #C49502; }
span { border-color: rgb(196,149,2); }
td.TdClassName
{
border-color: #C49502;
}
.TagClassName
{
border-color: #C49502;
}
</style>