Shades of Nugget #CA9221
Tints of Nugget #CA9221
RGB
CMYK
RGB Variations
Color information
#CA9221 (or 0xCA9221) is known color: Nugget. HEX triplet: CA, 92 and 21. RGB value is (202,146,33). Sum of RGB (Red+Green+Blue) = 202+146+33=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9221 is #356DDE. Grayscale: #969696. Windows color (decimal): -3501535 or 2200266. OLE color: 2200266.
HSL color Cylindrical-coordinate representation of color #CA9221: hue angle of 40.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA9221 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 33 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.21 |
| HSL | 40.12º | 0.72% | 0.46% | - |
| HSV(B) | 40.12º | 0.84% | 0.79% | - |
| XYZ | 34.91 | 33.22 | 6.01 | - |
| YUV | 149.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 33 | 0 | 0.28 | 0.84 | 0.21 | 40.12 | 0.72 | 0.46 |
| Hex | CA | 92 | 21 | 0 | 1C | 54 | 15 | 28 | 48 | 2E |
| Octal | 312 | 222 | 41 | 0 | 34 | 124 | 25 | 50 | 110 | 56 |
| Binary | 11001010 | 10010010 | 100001 | 0 | 11100 | 1010100 | 10101 | 101000 | 1001000 | 101110 |
Color Harmonies of #CA9221
Complementary color
Monochromatic Colors of #CA9221
Black with #CA9221
Text Example
Text Example
White with #CA9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9221; }
p { color: rgb(202,146,33); }
H1.HeaderClassName
{
color: #CA9221;
}
.AnyTagClassName
{
color: #CA9221;
}
</style>
background-color css
<style>
a { background-color: #CA9221; }
a { background-color: rgb(202,146,33); }
div.DivClassName
{
background-color: #CA9221;
}
.BgClassName
{
background-color: #CA9221;
}
</style>
border-color css
<style>
span { border-color: #CA9221; }
span { border-color: rgb(202,146,33); }
td.TdClassName
{
border-color: #CA9221;
}
.TagClassName
{
border-color: #CA9221;
}
</style>