Shades of Dark Goldenrod #C49011
Tints of Dark Goldenrod #C49011
RGB
CMYK
RGB Variations
Color information
#C49011 (or 0xC49011) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 11. RGB value is (196,144,17). Sum of RGB (Red+Green+Blue) = 196+144+17=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C49011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49011 is #3B6FEE. Grayscale: #919191. Windows color (decimal): -3895279 or 1151172. OLE color: 1151172.
HSL color Cylindrical-coordinate representation of color #C49011: hue angle of 42.57º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C49011 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 17 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.23 |
| HSL | 42.57º | 0.84% | 0.42% | - |
| HSV(B) | 42.57º | 0.91% | 0.77% | - |
| XYZ | 32.84 | 31.72 | 4.92 | - |
| YUV | 145.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 17 | 0 | 0.27 | 0.91 | 0.23 | 42.57 | 0.84 | 0.42 |
| Hex | C4 | 90 | 11 | 0 | 1B | 5B | 17 | 2B | 54 | 2A |
| Octal | 304 | 220 | 21 | 0 | 33 | 133 | 27 | 53 | 124 | 52 |
| Binary | 11000100 | 10010000 | 10001 | 0 | 11011 | 1011011 | 10111 | 101011 | 1010100 | 101010 |
Color Harmonies of #C49011
Complementary color
Monochromatic Colors of #C49011
Black with #C49011
Text Example
Text Example
White with #C49011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49011; }
p { color: rgb(196,144,17); }
H1.HeaderClassName
{
color: #C49011;
}
.AnyTagClassName
{
color: #C49011;
}
</style>
background-color css
<style>
a { background-color: #C49011; }
a { background-color: rgb(196,144,17); }
div.DivClassName
{
background-color: #C49011;
}
.BgClassName
{
background-color: #C49011;
}
</style>
border-color css
<style>
span { border-color: #C49011; }
span { border-color: rgb(196,144,17); }
td.TdClassName
{
border-color: #C49011;
}
.TagClassName
{
border-color: #C49011;
}
</style>