Shades of Nugget #CB9924
Tints of Nugget #CB9924
RGB
CMYK
RGB Variations
Color information
#CB9924 (or 0xCB9924) is known color: Nugget. HEX triplet: CB, 99 and 24. RGB value is (203,153,36). Sum of RGB (Red+Green+Blue) = 203+153+36=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9924 is #3466DB. Grayscale: #9B9B9B. Windows color (decimal): -3434204 or 2398667. OLE color: 2398667.
HSL color Cylindrical-coordinate representation of color #CB9924: hue angle of 42.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB9924 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 36 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.20 |
| HSL | 42.04º | 0.7% | 0.47% | - |
| HSV(B) | 42.04º | 0.82% | 0.8% | - |
| XYZ | 36.34 | 35.61 | 6.63 | - |
| YUV | 154.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 36 | 0 | 0.25 | 0.82 | 0.20 | 42.04 | 0.7 | 0.47 |
| Hex | CB | 99 | 24 | 0 | 19 | 52 | 14 | 2A | 46 | 2F |
| Octal | 313 | 231 | 44 | 0 | 31 | 122 | 24 | 52 | 106 | 57 |
| Binary | 11001011 | 10011001 | 100100 | 0 | 11001 | 1010010 | 10100 | 101010 | 1000110 | 101111 |
Color Harmonies of #CB9924
Complementary color
Monochromatic Colors of #CB9924
Black with #CB9924
Text Example
Text Example
White with #CB9924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9924; }
p { color: rgb(203,153,36); }
H1.HeaderClassName
{
color: #CB9924;
}
.AnyTagClassName
{
color: #CB9924;
}
</style>
background-color css
<style>
a { background-color: #CB9924; }
a { background-color: rgb(203,153,36); }
div.DivClassName
{
background-color: #CB9924;
}
.BgClassName
{
background-color: #CB9924;
}
</style>
border-color css
<style>
span { border-color: #CB9924; }
span { border-color: rgb(203,153,36); }
td.TdClassName
{
border-color: #CB9924;
}
.TagClassName
{
border-color: #CB9924;
}
</style>