Shades of Nugget #CA9928
Tints of Nugget #CA9928
RGB
CMYK
RGB Variations
Color information
#CA9928 (or 0xCA9928) is known color: Nugget. HEX triplet: CA, 99 and 28. RGB value is (202,153,40). Sum of RGB (Red+Green+Blue) = 202+153+40=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9928 is #3566D7. Grayscale: #9B9B9B. Windows color (decimal): -3499736 or 2660810. OLE color: 2660810.
HSL color Cylindrical-coordinate representation of color #CA9928: hue angle of 41.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9928 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 40 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.21 |
| HSL | 41.85º | 0.67% | 0.47% | - |
| HSV(B) | 41.85º | 0.8% | 0.79% | - |
| XYZ | 36.13 | 35.49 | 6.95 | - |
| YUV | 154.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 40 | 0 | 0.24 | 0.80 | 0.21 | 41.85 | 0.67 | 0.47 |
| Hex | CA | 99 | 28 | 0 | 18 | 50 | 15 | 2A | 43 | 2F |
| Octal | 312 | 231 | 50 | 0 | 30 | 120 | 25 | 52 | 103 | 57 |
| Binary | 11001010 | 10011001 | 101000 | 0 | 11000 | 1010000 | 10101 | 101010 | 1000011 | 101111 |
Color Harmonies of #CA9928
Complementary color
Monochromatic Colors of #CA9928
Black with #CA9928
Text Example
Text Example
White with #CA9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9928; }
p { color: rgb(202,153,40); }
H1.HeaderClassName
{
color: #CA9928;
}
.AnyTagClassName
{
color: #CA9928;
}
</style>
background-color css
<style>
a { background-color: #CA9928; }
a { background-color: rgb(202,153,40); }
div.DivClassName
{
background-color: #CA9928;
}
.BgClassName
{
background-color: #CA9928;
}
</style>
border-color css
<style>
span { border-color: #CA9928; }
span { border-color: rgb(202,153,40); }
td.TdClassName
{
border-color: #CA9928;
}
.TagClassName
{
border-color: #CA9928;
}
</style>