Shades of Dark Goldenrod #C49105
Tints of Dark Goldenrod #C49105
RGB
CMYK
RGB Variations
Color information
#C49105 (or 0xC49105) is known color: Dark Goldenrod. HEX triplet: C4, 91 and 05. RGB value is (196,145,5). Sum of RGB (Red+Green+Blue) = 196+145+5=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C49105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49105 is #3B6EFA. Grayscale: #909090. Windows color (decimal): -3895035 or 364996. OLE color: 364996.
HSL color Cylindrical-coordinate representation of color #C49105: hue angle of 43.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C49105 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.23 |
| HSL | 43.98º | 0.95% | 0.39% | - |
| HSV(B) | 43.98º | 0.97% | 0.77% | - |
| XYZ | 32.92 | 32 | 4.58 | - |
| YUV | 144.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 5 | 0 | 0.26 | 0.97 | 0.23 | 43.98 | 0.95 | 0.39 |
| Hex | C4 | 91 | 5 | 0 | 1A | 61 | 17 | 2C | 5F | 27 |
| Octal | 304 | 221 | 5 | 0 | 32 | 141 | 27 | 54 | 137 | 47 |
| Binary | 11000100 | 10010001 | 101 | 0 | 11010 | 1100001 | 10111 | 101100 | 1011111 | 100111 |
Color Harmonies of #C49105
Complementary color
Monochromatic Colors of #C49105
Black with #C49105
Text Example
Text Example
White with #C49105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49105; }
p { color: rgb(196,145,5); }
H1.HeaderClassName
{
color: #C49105;
}
.AnyTagClassName
{
color: #C49105;
}
</style>
background-color css
<style>
a { background-color: #C49105; }
a { background-color: rgb(196,145,5); }
div.DivClassName
{
background-color: #C49105;
}
.BgClassName
{
background-color: #C49105;
}
</style>
border-color css
<style>
span { border-color: #C49105; }
span { border-color: rgb(196,145,5); }
td.TdClassName
{
border-color: #C49105;
}
.TagClassName
{
border-color: #C49105;
}
</style>