Shades of Nugget #CA9021
Tints of Nugget #CA9021
RGB
CMYK
RGB Variations
Color information
#CA9021 (or 0xCA9021) is known color: Nugget. HEX triplet: CA, 90 and 21. RGB value is (202,144,33). Sum of RGB (Red+Green+Blue) = 202+144+33=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9021 is #356FDE. Grayscale: #959595. Windows color (decimal): -3502047 or 2199754. OLE color: 2199754.
HSL color Cylindrical-coordinate representation of color #CA9021: hue angle of 39.41º 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 #CA9021 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.21 |
| HSL | 39.41º | 0.72% | 0.46% | - |
| HSV(B) | 39.41º | 0.84% | 0.79% | - |
| XYZ | 34.6 | 32.61 | 5.91 | - |
| YUV | 148.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 33 | 0 | 0.29 | 0.84 | 0.21 | 39.41 | 0.72 | 0.46 |
| Hex | CA | 90 | 21 | 0 | 1D | 54 | 15 | 27 | 48 | 2E |
| Octal | 312 | 220 | 41 | 0 | 35 | 124 | 25 | 47 | 110 | 56 |
| Binary | 11001010 | 10010000 | 100001 | 0 | 11101 | 1010100 | 10101 | 100111 | 1001000 | 101110 |
Color Harmonies of #CA9021
Complementary color
Monochromatic Colors of #CA9021
Black with #CA9021
Text Example
Text Example
White with #CA9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9021; }
p { color: rgb(202,144,33); }
H1.HeaderClassName
{
color: #CA9021;
}
.AnyTagClassName
{
color: #CA9021;
}
</style>
background-color css
<style>
a { background-color: #CA9021; }
a { background-color: rgb(202,144,33); }
div.DivClassName
{
background-color: #CA9021;
}
.BgClassName
{
background-color: #CA9021;
}
</style>
border-color css
<style>
span { border-color: #CA9021; }
span { border-color: rgb(202,144,33); }
td.TdClassName
{
border-color: #CA9021;
}
.TagClassName
{
border-color: #CA9021;
}
</style>