Shades of Dark Goldenrod #C49012
Tints of Dark Goldenrod #C49012
RGB
CMYK
RGB Variations
Color information
#C49012 (or 0xC49012) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 12. RGB value is (196,144,18). Sum of RGB (Red+Green+Blue) = 196+144+18=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C49012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49012 is #3B6FED. Grayscale: #919191. Windows color (decimal): -3895278 or 1216708. OLE color: 1216708.
HSL color Cylindrical-coordinate representation of color #C49012: hue angle of 42.47º degrees, saturation: 0.83, 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 #C49012 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 18 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.23 |
| HSL | 42.47º | 0.83% | 0.42% | - |
| HSV(B) | 42.47º | 0.91% | 0.77% | - |
| XYZ | 32.85 | 31.73 | 4.96 | - |
| YUV | 145.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 18 | 0 | 0.27 | 0.91 | 0.23 | 42.47 | 0.83 | 0.42 |
| Hex | C4 | 90 | 12 | 0 | 1B | 5B | 17 | 2A | 53 | 2A |
| Octal | 304 | 220 | 22 | 0 | 33 | 133 | 27 | 52 | 123 | 52 |
| Binary | 11000100 | 10010000 | 10010 | 0 | 11011 | 1011011 | 10111 | 101010 | 1010011 | 101010 |
Color Harmonies of #C49012
Complementary color
Monochromatic Colors of #C49012
Black with #C49012
Text Example
Text Example
White with #C49012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49012; }
p { color: rgb(196,144,18); }
H1.HeaderClassName
{
color: #C49012;
}
.AnyTagClassName
{
color: #C49012;
}
</style>
background-color css
<style>
a { background-color: #C49012; }
a { background-color: rgb(196,144,18); }
div.DivClassName
{
background-color: #C49012;
}
.BgClassName
{
background-color: #C49012;
}
</style>
border-color css
<style>
span { border-color: #C49012; }
span { border-color: rgb(196,144,18); }
td.TdClassName
{
border-color: #C49012;
}
.TagClassName
{
border-color: #C49012;
}
</style>