Shades of Dark Goldenrod #C49400
Tints of Dark Goldenrod #C49400
RGB
CMYK
RGB Variations
Color information
#C49400 (or 0xC49400) is known color: Dark Goldenrod. HEX triplet: C4, 94 and 00. RGB value is (196,148,0). Sum of RGB (Red+Green+Blue) = 196+148+0=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C49400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49400 is #3B6BFF. Grayscale: #929292. Windows color (decimal): -3894272 or 38084. OLE color: 38084.
HSL color Cylindrical-coordinate representation of color #C49400: hue angle of 45.31º 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 #C49400 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.23 |
| HSL | 45.31º | 1% | 0.38% | - |
| HSV(B) | 45.31º | 1% | 0.77% | - |
| XYZ | 33.35 | 32.92 | 4.6 | - |
| YUV | 145.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 0 | 0 | 0.24 | 1 | 0.23 | 45.31 | 1 | 0.38 |
| Hex | C4 | 94 | 0 | 0 | 18 | 64 | 17 | 2D | 64 | 26 |
| Octal | 304 | 224 | 0 | 0 | 30 | 144 | 27 | 55 | 144 | 46 |
| Binary | 11000100 | 10010100 | 0 | 0 | 11000 | 1100100 | 10111 | 101101 | 1100100 | 100110 |
Color Harmonies of #C49400
Complementary color
Monochromatic Colors of #C49400
Black with #C49400
Text Example
Text Example
White with #C49400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49400; }
p { color: rgb(196,148,0); }
H1.HeaderClassName
{
color: #C49400;
}
.AnyTagClassName
{
color: #C49400;
}
</style>
background-color css
<style>
a { background-color: #C49400; }
a { background-color: rgb(196,148,0); }
div.DivClassName
{
background-color: #C49400;
}
.BgClassName
{
background-color: #C49400;
}
</style>
border-color css
<style>
span { border-color: #C49400; }
span { border-color: rgb(196,148,0); }
td.TdClassName
{
border-color: #C49400;
}
.TagClassName
{
border-color: #C49400;
}
</style>