Shades of Dark Goldenrod #C49501
Tints of Dark Goldenrod #C49501
RGB
CMYK
RGB Variations
Color information
#C49501 (or 0xC49501) is known color: Dark Goldenrod. HEX triplet: C4, 95 and 01. RGB value is (196,149,1). Sum of RGB (Red+Green+Blue) = 196+149+1=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C49501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49501 is #3B6AFE. Grayscale: #929292. Windows color (decimal): -3894015 or 103876. OLE color: 103876.
HSL color Cylindrical-coordinate representation of color #C49501: hue angle of 45.54º degrees, saturation: 0.99, 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 #C49501 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.23 |
| HSL | 45.54º | 0.99% | 0.39% | - |
| HSV(B) | 45.54º | 0.99% | 0.77% | - |
| XYZ | 33.52 | 33.23 | 4.68 | - |
| YUV | 146.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 1 | 0 | 0.24 | 0.99 | 0.23 | 45.54 | 0.99 | 0.39 |
| Hex | C4 | 95 | 1 | 0 | 18 | 63 | 17 | 2E | 63 | 27 |
| Octal | 304 | 225 | 1 | 0 | 30 | 143 | 27 | 56 | 143 | 47 |
| Binary | 11000100 | 10010101 | 1 | 0 | 11000 | 1100011 | 10111 | 101110 | 1100011 | 100111 |
Color Harmonies of #C49501
Complementary color
Monochromatic Colors of #C49501
Black with #C49501
Text Example
Text Example
White with #C49501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49501; }
p { color: rgb(196,149,1); }
H1.HeaderClassName
{
color: #C49501;
}
.AnyTagClassName
{
color: #C49501;
}
</style>
background-color css
<style>
a { background-color: #C49501; }
a { background-color: rgb(196,149,1); }
div.DivClassName
{
background-color: #C49501;
}
.BgClassName
{
background-color: #C49501;
}
</style>
border-color css
<style>
span { border-color: #C49501; }
span { border-color: rgb(196,149,1); }
td.TdClassName
{
border-color: #C49501;
}
.TagClassName
{
border-color: #C49501;
}
</style>