Shades of Dark Goldenrod #C49801
Tints of Dark Goldenrod #C49801
RGB
CMYK
RGB Variations
Color information
#C49801 (or 0xC49801) is known color: Dark Goldenrod. HEX triplet: C4, 98 and 01. RGB value is (196,152,1). Sum of RGB (Red+Green+Blue) = 196+152+1=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C49801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49801 is #3B67FE. Grayscale: #949494. Windows color (decimal): -3893247 or 104644. OLE color: 104644.
HSL color Cylindrical-coordinate representation of color #C49801: hue angle of 46.46º 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 #C49801 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.23 |
| HSL | 46.46º | 0.99% | 0.39% | - |
| HSV(B) | 46.46º | 0.99% | 0.77% | - |
| XYZ | 34 | 34.19 | 4.84 | - |
| YUV | 147.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 1 | 0 | 0.22 | 0.99 | 0.23 | 46.46 | 0.99 | 0.39 |
| Hex | C4 | 98 | 1 | 0 | 16 | 63 | 17 | 2E | 63 | 27 |
| Octal | 304 | 230 | 1 | 0 | 26 | 143 | 27 | 56 | 143 | 47 |
| Binary | 11000100 | 10011000 | 1 | 0 | 10110 | 1100011 | 10111 | 101110 | 1100011 | 100111 |
Color Harmonies of #C49801
Complementary color
Monochromatic Colors of #C49801
Black with #C49801
Text Example
Text Example
White with #C49801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49801; }
p { color: rgb(196,152,1); }
H1.HeaderClassName
{
color: #C49801;
}
.AnyTagClassName
{
color: #C49801;
}
</style>
background-color css
<style>
a { background-color: #C49801; }
a { background-color: rgb(196,152,1); }
div.DivClassName
{
background-color: #C49801;
}
.BgClassName
{
background-color: #C49801;
}
</style>
border-color css
<style>
span { border-color: #C49801; }
span { border-color: rgb(196,152,1); }
td.TdClassName
{
border-color: #C49801;
}
.TagClassName
{
border-color: #C49801;
}
</style>