Shades of Nugget #C59930
Tints of Nugget #C59930
RGB
CMYK
RGB Variations
Color information
#C59930 (or 0xC59930) is known color: Nugget. HEX triplet: C5, 99 and 30. RGB value is (197,153,48). Sum of RGB (Red+Green+Blue) = 197+153+48=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C59930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59930 is #3A66CF. Grayscale: #9A9A9A. Windows color (decimal): -3827408 or 3185093. OLE color: 3185093.
HSL color Cylindrical-coordinate representation of color #C59930: hue angle of 42.28º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C59930 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 48 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.23 |
| HSL | 42.28º | 0.61% | 0.48% | - |
| HSV(B) | 42.28º | 0.76% | 0.77% | - |
| XYZ | 34.95 | 34.87 | 7.68 | - |
| YUV | 154.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 48 | 0 | 0.22 | 0.76 | 0.23 | 42.28 | 0.61 | 0.48 |
| Hex | C5 | 99 | 30 | 0 | 16 | 4C | 17 | 2A | 3D | 30 |
| Octal | 305 | 231 | 60 | 0 | 26 | 114 | 27 | 52 | 75 | 60 |
| Binary | 11000101 | 10011001 | 110000 | 0 | 10110 | 1001100 | 10111 | 101010 | 111101 | 110000 |
Color Harmonies of #C59930
Complementary color
Monochromatic Colors of #C59930
Black with #C59930
Text Example
Text Example
White with #C59930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59930; }
p { color: rgb(197,153,48); }
H1.HeaderClassName
{
color: #C59930;
}
.AnyTagClassName
{
color: #C59930;
}
</style>
background-color css
<style>
a { background-color: #C59930; }
a { background-color: rgb(197,153,48); }
div.DivClassName
{
background-color: #C59930;
}
.BgClassName
{
background-color: #C59930;
}
</style>
border-color css
<style>
span { border-color: #C59930; }
span { border-color: rgb(197,153,48); }
td.TdClassName
{
border-color: #C59930;
}
.TagClassName
{
border-color: #C59930;
}
</style>