Shades of Nugget #C29021
Tints of Nugget #C29021
RGB
CMYK
RGB Variations
Color information
#C29021 (or 0xC29021) is known color: Nugget. HEX triplet: C2, 90 and 21. RGB value is (194,144,33). Sum of RGB (Red+Green+Blue) = 194+144+33=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C29021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29021 is #3D6FDE. Grayscale: #929292. Windows color (decimal): -4026335 or 2199746. OLE color: 2199746.
HSL color Cylindrical-coordinate representation of color #C29021: hue angle of 41.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C29021 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 33 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.24 |
| HSL | 41.37º | 0.71% | 0.45% | - |
| HSV(B) | 41.37º | 0.83% | 0.76% | - |
| XYZ | 32.5 | 31.53 | 5.81 | - |
| YUV | 146.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 33 | 0 | 0.26 | 0.83 | 0.24 | 41.37 | 0.71 | 0.45 |
| Hex | C2 | 90 | 21 | 0 | 1A | 53 | 18 | 29 | 47 | 2D |
| Octal | 302 | 220 | 41 | 0 | 32 | 123 | 30 | 51 | 107 | 55 |
| Binary | 11000010 | 10010000 | 100001 | 0 | 11010 | 1010011 | 11000 | 101001 | 1000111 | 101101 |
Color Harmonies of #C29021
Complementary color
Monochromatic Colors of #C29021
Black with #C29021
Text Example
Text Example
White with #C29021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29021; }
p { color: rgb(194,144,33); }
H1.HeaderClassName
{
color: #C29021;
}
.AnyTagClassName
{
color: #C29021;
}
</style>
background-color css
<style>
a { background-color: #C29021; }
a { background-color: rgb(194,144,33); }
div.DivClassName
{
background-color: #C29021;
}
.BgClassName
{
background-color: #C29021;
}
</style>
border-color css
<style>
span { border-color: #C29021; }
span { border-color: rgb(194,144,33); }
td.TdClassName
{
border-color: #C29021;
}
.TagClassName
{
border-color: #C29021;
}
</style>