Shades of Nugget #CA9A29
Tints of Nugget #CA9A29
RGB
CMYK
RGB Variations
Color information
#CA9A29 (or 0xCA9A29) is known color: Nugget. HEX triplet: CA, 9A and 29. RGB value is (202,154,41). Sum of RGB (Red+Green+Blue) = 202+154+41=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A29 is #3565D6. Grayscale: #9B9B9B. Windows color (decimal): -3499479 or 2726602. OLE color: 2726602.
HSL color Cylindrical-coordinate representation of color #CA9A29: hue angle of 42.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9A29 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 41 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.21 |
| HSL | 42.11º | 0.66% | 0.48% | - |
| HSV(B) | 42.11º | 0.8% | 0.79% | - |
| XYZ | 36.31 | 35.83 | 7.1 | - |
| YUV | 155.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 41 | 0 | 0.24 | 0.80 | 0.21 | 42.11 | 0.66 | 0.48 |
| Hex | CA | 9A | 29 | 0 | 18 | 50 | 15 | 2A | 42 | 30 |
| Octal | 312 | 232 | 51 | 0 | 30 | 120 | 25 | 52 | 102 | 60 |
| Binary | 11001010 | 10011010 | 101001 | 0 | 11000 | 1010000 | 10101 | 101010 | 1000010 | 110000 |
Color Harmonies of #CA9A29
Complementary color
Monochromatic Colors of #CA9A29
Black with #CA9A29
Text Example
Text Example
White with #CA9A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A29; }
p { color: rgb(202,154,41); }
H1.HeaderClassName
{
color: #CA9A29;
}
.AnyTagClassName
{
color: #CA9A29;
}
</style>
background-color css
<style>
a { background-color: #CA9A29; }
a { background-color: rgb(202,154,41); }
div.DivClassName
{
background-color: #CA9A29;
}
.BgClassName
{
background-color: #CA9A29;
}
</style>
border-color css
<style>
span { border-color: #CA9A29; }
span { border-color: rgb(202,154,41); }
td.TdClassName
{
border-color: #CA9A29;
}
.TagClassName
{
border-color: #CA9A29;
}
</style>