Shades of Nugget #C58D21
Tints of Nugget #C58D21
RGB
CMYK
RGB Variations
Color information
#C58D21 (or 0xC58D21) is known color: Nugget. HEX triplet: C5, 8D and 21. RGB value is (197,141,33). Sum of RGB (Red+Green+Blue) = 197+141+33=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D21 is #3A72DE. Grayscale: #919191. Windows color (decimal): -3830495 or 2198981. OLE color: 2198981.
HSL color Cylindrical-coordinate representation of color #C58D21: hue angle of 39.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C58D21 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 33 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.23 |
| HSL | 39.51º | 0.71% | 0.45% | - |
| HSV(B) | 39.51º | 0.83% | 0.77% | - |
| XYZ | 32.83 | 31.03 | 5.7 | - |
| YUV | 145.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 33 | 0 | 0.28 | 0.83 | 0.23 | 39.51 | 0.71 | 0.45 |
| Hex | C5 | 8D | 21 | 0 | 1C | 53 | 17 | 28 | 47 | 2D |
| Octal | 305 | 215 | 41 | 0 | 34 | 123 | 27 | 50 | 107 | 55 |
| Binary | 11000101 | 10001101 | 100001 | 0 | 11100 | 1010011 | 10111 | 101000 | 1000111 | 101101 |
Color Harmonies of #C58D21
Complementary color
Monochromatic Colors of #C58D21
Black with #C58D21
Text Example
Text Example
White with #C58D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D21; }
p { color: rgb(197,141,33); }
H1.HeaderClassName
{
color: #C58D21;
}
.AnyTagClassName
{
color: #C58D21;
}
</style>
background-color css
<style>
a { background-color: #C58D21; }
a { background-color: rgb(197,141,33); }
div.DivClassName
{
background-color: #C58D21;
}
.BgClassName
{
background-color: #C58D21;
}
</style>
border-color css
<style>
span { border-color: #C58D21; }
span { border-color: rgb(197,141,33); }
td.TdClassName
{
border-color: #C58D21;
}
.TagClassName
{
border-color: #C58D21;
}
</style>