Shades of Dark Goldenrod #C49901
Tints of Dark Goldenrod #C49901
RGB
CMYK
RGB Variations
Color information
#C49901 (or 0xC49901) is known color: Dark Goldenrod. HEX triplet: C4, 99 and 01. RGB value is (196,153,1). Sum of RGB (Red+Green+Blue) = 196+153+1=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C49901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49901 is #3B66FE. Grayscale: #959595. Windows color (decimal): -3892991 or 104900. OLE color: 104900.
HSL color Cylindrical-coordinate representation of color #C49901: hue angle of 46.77º 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 #C49901 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.23 |
| HSL | 46.77º | 0.99% | 0.39% | - |
| HSV(B) | 46.77º | 0.99% | 0.77% | - |
| XYZ | 34.16 | 34.52 | 4.89 | - |
| YUV | 148.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 1 | 0 | 0.22 | 0.99 | 0.23 | 46.77 | 0.99 | 0.39 |
| Hex | C4 | 99 | 1 | 0 | 16 | 63 | 17 | 2F | 63 | 27 |
| Octal | 304 | 231 | 1 | 0 | 26 | 143 | 27 | 57 | 143 | 47 |
| Binary | 11000100 | 10011001 | 1 | 0 | 10110 | 1100011 | 10111 | 101111 | 1100011 | 100111 |
Color Harmonies of #C49901
Complementary color
Monochromatic Colors of #C49901
Black with #C49901
Text Example
Text Example
White with #C49901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49901; }
p { color: rgb(196,153,1); }
H1.HeaderClassName
{
color: #C49901;
}
.AnyTagClassName
{
color: #C49901;
}
</style>
background-color css
<style>
a { background-color: #C49901; }
a { background-color: rgb(196,153,1); }
div.DivClassName
{
background-color: #C49901;
}
.BgClassName
{
background-color: #C49901;
}
</style>
border-color css
<style>
span { border-color: #C49901; }
span { border-color: rgb(196,153,1); }
td.TdClassName
{
border-color: #C49901;
}
.TagClassName
{
border-color: #C49901;
}
</style>