Shades of Dark Goldenrod #C49600
Tints of Dark Goldenrod #C49600
RGB
CMYK
RGB Variations
Color information
#C49600 (or 0xC49600) is known color: Dark Goldenrod. HEX triplet: C4, 96 and 00. RGB value is (196,150,0). Sum of RGB (Red+Green+Blue) = 196+150+0=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C49600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49600 is #3B69FF. Grayscale: #939393. Windows color (decimal): -3893760 or 38596. OLE color: 38596.
HSL color Cylindrical-coordinate representation of color #C49600: hue angle of 45.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C49600 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.23 |
| HSL | 45.92º | 1% | 0.38% | - |
| HSV(B) | 45.92º | 1% | 0.77% | - |
| XYZ | 33.67 | 33.55 | 4.7 | - |
| YUV | 146.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 0 | 0 | 0.23 | 1 | 0.23 | 45.92 | 1 | 0.38 |
| Hex | C4 | 96 | 0 | 0 | 17 | 64 | 17 | 2E | 64 | 26 |
| Octal | 304 | 226 | 0 | 0 | 27 | 144 | 27 | 56 | 144 | 46 |
| Binary | 11000100 | 10010110 | 0 | 0 | 10111 | 1100100 | 10111 | 101110 | 1100100 | 100110 |
Color Harmonies of #C49600
Complementary color
Monochromatic Colors of #C49600
Black with #C49600
Text Example
Text Example
White with #C49600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49600; }
p { color: rgb(196,150,0); }
H1.HeaderClassName
{
color: #C49600;
}
.AnyTagClassName
{
color: #C49600;
}
</style>
background-color css
<style>
a { background-color: #C49600; }
a { background-color: rgb(196,150,0); }
div.DivClassName
{
background-color: #C49600;
}
.BgClassName
{
background-color: #C49600;
}
</style>
border-color css
<style>
span { border-color: #C49600; }
span { border-color: rgb(196,150,0); }
td.TdClassName
{
border-color: #C49600;
}
.TagClassName
{
border-color: #C49600;
}
</style>