Shades of Dark Goldenrod #C49407
Tints of Dark Goldenrod #C49407
RGB
CMYK
RGB Variations
Color information
#C49407 (or 0xC49407) is known color: Dark Goldenrod. HEX triplet: C4, 94 and 07. RGB value is (196,148,7). Sum of RGB (Red+Green+Blue) = 196+148+7=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C49407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49407 is #3B6BF8. Grayscale: #929292. Windows color (decimal): -3894265 or 496836. OLE color: 496836.
HSL color Cylindrical-coordinate representation of color #C49407: hue angle of 44.76º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C49407 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.23 |
| HSL | 44.76º | 0.93% | 0.4% | - |
| HSV(B) | 44.76º | 0.96% | 0.77% | - |
| XYZ | 33.39 | 32.93 | 4.8 | - |
| YUV | 146.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 7 | 0 | 0.24 | 0.96 | 0.23 | 44.76 | 0.93 | 0.4 |
| Hex | C4 | 94 | 7 | 0 | 18 | 60 | 17 | 2D | 5D | 28 |
| Octal | 304 | 224 | 7 | 0 | 30 | 140 | 27 | 55 | 135 | 50 |
| Binary | 11000100 | 10010100 | 111 | 0 | 11000 | 1100000 | 10111 | 101101 | 1011101 | 101000 |
Color Harmonies of #C49407
Complementary color
Monochromatic Colors of #C49407
Black with #C49407
Text Example
Text Example
White with #C49407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49407; }
p { color: rgb(196,148,7); }
H1.HeaderClassName
{
color: #C49407;
}
.AnyTagClassName
{
color: #C49407;
}
</style>
background-color css
<style>
a { background-color: #C49407; }
a { background-color: rgb(196,148,7); }
div.DivClassName
{
background-color: #C49407;
}
.BgClassName
{
background-color: #C49407;
}
</style>
border-color css
<style>
span { border-color: #C49407; }
span { border-color: rgb(196,148,7); }
td.TdClassName
{
border-color: #C49407;
}
.TagClassName
{
border-color: #C49407;
}
</style>