Shades of Dark Goldenrod #C49001
Tints of Dark Goldenrod #C49001
RGB
CMYK
RGB Variations
Color information
#C49001 (or 0xC49001) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 01. RGB value is (196,144,1). Sum of RGB (Red+Green+Blue) = 196+144+1=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C49001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49001 is #3B6FFE. Grayscale: #8F8F8F. Windows color (decimal): -3895295 or 102596. OLE color: 102596.
HSL color Cylindrical-coordinate representation of color #C49001: hue angle of 44º 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 #C49001 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.23 |
| HSL | 44º | 0.99% | 0.39% | - |
| HSV(B) | 44º | 0.99% | 0.77% | - |
| XYZ | 32.74 | 31.68 | 4.42 | - |
| YUV | 143.25 | 47.73 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 1 | 0 | 0.27 | 0.99 | 0.23 | 44 | 0.99 | 0.39 |
| Hex | C4 | 90 | 1 | 0 | 1B | 63 | 17 | 2C | 63 | 27 |
| Octal | 304 | 220 | 1 | 0 | 33 | 143 | 27 | 54 | 143 | 47 |
| Binary | 11000100 | 10010000 | 1 | 0 | 11011 | 1100011 | 10111 | 101100 | 1100011 | 100111 |
Color Harmonies of #C49001
Complementary color
Monochromatic Colors of #C49001
Black with #C49001
Text Example
Text Example
White with #C49001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49001; }
p { color: rgb(196,144,1); }
H1.HeaderClassName
{
color: #C49001;
}
.AnyTagClassName
{
color: #C49001;
}
</style>
background-color css
<style>
a { background-color: #C49001; }
a { background-color: rgb(196,144,1); }
div.DivClassName
{
background-color: #C49001;
}
.BgClassName
{
background-color: #C49001;
}
</style>
border-color css
<style>
span { border-color: #C49001; }
span { border-color: rgb(196,144,1); }
td.TdClassName
{
border-color: #C49001;
}
.TagClassName
{
border-color: #C49001;
}
</style>