Shades of Nugget #CA9621
Tints of Nugget #CA9621
RGB
CMYK
RGB Variations
Color information
#CA9621 (or 0xCA9621) is known color: Nugget. HEX triplet: CA, 96 and 21. RGB value is (202,150,33). Sum of RGB (Red+Green+Blue) = 202+150+33=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9621 is #3569DE. Grayscale: #989898. Windows color (decimal): -3500511 or 2201290. OLE color: 2201290.
HSL color Cylindrical-coordinate representation of color #CA9621: hue angle of 41.54º 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 #CA9621 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 33 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.21 |
| HSL | 41.54º | 0.72% | 0.46% | - |
| HSV(B) | 41.54º | 0.84% | 0.79% | - |
| XYZ | 35.54 | 34.48 | 6.22 | - |
| YUV | 152.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 33 | 0 | 0.26 | 0.84 | 0.21 | 41.54 | 0.72 | 0.46 |
| Hex | CA | 96 | 21 | 0 | 1A | 54 | 15 | 2A | 48 | 2E |
| Octal | 312 | 226 | 41 | 0 | 32 | 124 | 25 | 52 | 110 | 56 |
| Binary | 11001010 | 10010110 | 100001 | 0 | 11010 | 1010100 | 10101 | 101010 | 1001000 | 101110 |
Color Harmonies of #CA9621
Complementary color
Monochromatic Colors of #CA9621
Black with #CA9621
Text Example
Text Example
White with #CA9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9621; }
p { color: rgb(202,150,33); }
H1.HeaderClassName
{
color: #CA9621;
}
.AnyTagClassName
{
color: #CA9621;
}
</style>
background-color css
<style>
a { background-color: #CA9621; }
a { background-color: rgb(202,150,33); }
div.DivClassName
{
background-color: #CA9621;
}
.BgClassName
{
background-color: #CA9621;
}
</style>
border-color css
<style>
span { border-color: #CA9621; }
span { border-color: rgb(202,150,33); }
td.TdClassName
{
border-color: #CA9621;
}
.TagClassName
{
border-color: #CA9621;
}
</style>