Shades of Nugget #CA8F24
Tints of Nugget #CA8F24
RGB
CMYK
RGB Variations
Color information
#CA8F24 (or 0xCA8F24) is known color: Nugget. HEX triplet: CA, 8F and 24. RGB value is (202,143,36). Sum of RGB (Red+Green+Blue) = 202+143+36=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F24 is #3570DB. Grayscale: #949494. Windows color (decimal): -3502300 or 2396106. OLE color: 2396106.
HSL color Cylindrical-coordinate representation of color #CA8F24: hue angle of 38.67º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA8F24 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 36 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.21 |
| HSL | 38.67º | 0.7% | 0.47% | - |
| HSV(B) | 38.67º | 0.82% | 0.79% | - |
| XYZ | 34.5 | 32.33 | 6.09 | - |
| YUV | 148.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 36 | 0 | 0.29 | 0.82 | 0.21 | 38.67 | 0.7 | 0.47 |
| Hex | CA | 8F | 24 | 0 | 1D | 52 | 15 | 27 | 46 | 2F |
| Octal | 312 | 217 | 44 | 0 | 35 | 122 | 25 | 47 | 106 | 57 |
| Binary | 11001010 | 10001111 | 100100 | 0 | 11101 | 1010010 | 10101 | 100111 | 1000110 | 101111 |
Color Harmonies of #CA8F24
Complementary color
Monochromatic Colors of #CA8F24
Black with #CA8F24
Text Example
Text Example
White with #CA8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F24; }
p { color: rgb(202,143,36); }
H1.HeaderClassName
{
color: #CA8F24;
}
.AnyTagClassName
{
color: #CA8F24;
}
</style>
background-color css
<style>
a { background-color: #CA8F24; }
a { background-color: rgb(202,143,36); }
div.DivClassName
{
background-color: #CA8F24;
}
.BgClassName
{
background-color: #CA8F24;
}
</style>
border-color css
<style>
span { border-color: #CA8F24; }
span { border-color: rgb(202,143,36); }
td.TdClassName
{
border-color: #CA8F24;
}
.TagClassName
{
border-color: #CA8F24;
}
</style>