Shades of Nugget #CB9021
Tints of Nugget #CB9021
RGB
CMYK
RGB Variations
Color information
#CB9021 (or 0xCB9021) is known color: Nugget. HEX triplet: CB, 90 and 21. RGB value is (203,144,33). Sum of RGB (Red+Green+Blue) = 203+144+33=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9021 is #346FDE. Grayscale: #959595. Windows color (decimal): -3436511 or 2199755. OLE color: 2199755.
HSL color Cylindrical-coordinate representation of color #CB9021: hue angle of 39.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB9021 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.20 |
| HSL | 39.18º | 0.72% | 0.46% | - |
| HSV(B) | 39.18º | 0.84% | 0.8% | - |
| XYZ | 34.88 | 32.75 | 5.92 | - |
| YUV | 148.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 33 | 0 | 0.29 | 0.84 | 0.20 | 39.18 | 0.72 | 0.46 |
| Hex | CB | 90 | 21 | 0 | 1D | 54 | 14 | 27 | 48 | 2E |
| Octal | 313 | 220 | 41 | 0 | 35 | 124 | 24 | 47 | 110 | 56 |
| Binary | 11001011 | 10010000 | 100001 | 0 | 11101 | 1010100 | 10100 | 100111 | 1001000 | 101110 |
Color Harmonies of #CB9021
Complementary color
Monochromatic Colors of #CB9021
Black with #CB9021
Text Example
Text Example
White with #CB9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9021; }
p { color: rgb(203,144,33); }
H1.HeaderClassName
{
color: #CB9021;
}
.AnyTagClassName
{
color: #CB9021;
}
</style>
background-color css
<style>
a { background-color: #CB9021; }
a { background-color: rgb(203,144,33); }
div.DivClassName
{
background-color: #CB9021;
}
.BgClassName
{
background-color: #CB9021;
}
</style>
border-color css
<style>
span { border-color: #CB9021; }
span { border-color: rgb(203,144,33); }
td.TdClassName
{
border-color: #CB9021;
}
.TagClassName
{
border-color: #CB9021;
}
</style>