Shades of Nugget #C59D26
Tints of Nugget #C59D26
RGB
CMYK
RGB Variations
Color information
#C59D26 (or 0xC59D26) is known color: Nugget. HEX triplet: C5, 9D and 26. RGB value is (197,157,38). Sum of RGB (Red+Green+Blue) = 197+157+38=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59D26 is #3A62D9. Grayscale: #9B9B9B. Windows color (decimal): -3826394 or 2530757. OLE color: 2530757.
HSL color Cylindrical-coordinate representation of color #C59D26: hue angle of 44.91º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C59D26 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 38 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.23 |
| HSL | 44.91º | 0.68% | 0.46% | - |
| HSV(B) | 44.91º | 0.81% | 0.77% | - |
| XYZ | 35.43 | 36.12 | 6.94 | - |
| YUV | 155.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 38 | 0 | 0.20 | 0.81 | 0.23 | 44.91 | 0.68 | 0.46 |
| Hex | C5 | 9D | 26 | 0 | 14 | 51 | 17 | 2D | 44 | 2E |
| Octal | 305 | 235 | 46 | 0 | 24 | 121 | 27 | 55 | 104 | 56 |
| Binary | 11000101 | 10011101 | 100110 | 0 | 10100 | 1010001 | 10111 | 101101 | 1000100 | 101110 |
Color Harmonies of #C59D26
Complementary color
Monochromatic Colors of #C59D26
Black with #C59D26
Text Example
Text Example
White with #C59D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D26; }
p { color: rgb(197,157,38); }
H1.HeaderClassName
{
color: #C59D26;
}
.AnyTagClassName
{
color: #C59D26;
}
</style>
background-color css
<style>
a { background-color: #C59D26; }
a { background-color: rgb(197,157,38); }
div.DivClassName
{
background-color: #C59D26;
}
.BgClassName
{
background-color: #C59D26;
}
</style>
border-color css
<style>
span { border-color: #C59D26; }
span { border-color: rgb(197,157,38); }
td.TdClassName
{
border-color: #C59D26;
}
.TagClassName
{
border-color: #C59D26;
}
</style>