Shades of Nugget #C69021
Tints of Nugget #C69021
RGB
CMYK
RGB Variations
Color information
#C69021 (or 0xC69021) is known color: Nugget. HEX triplet: C6, 90 and 21. RGB value is (198,144,33). Sum of RGB (Red+Green+Blue) = 198+144+33=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C69021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69021 is #396FDE. Grayscale: #939393. Windows color (decimal): -3764191 or 2199750. OLE color: 2199750.
HSL color Cylindrical-coordinate representation of color #C69021: hue angle of 40.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C69021 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 33 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.22 |
| HSL | 40.36º | 0.71% | 0.45% | - |
| HSV(B) | 40.36º | 0.83% | 0.78% | - |
| XYZ | 33.54 | 32.06 | 5.86 | - |
| YUV | 147.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 33 | 0 | 0.27 | 0.83 | 0.22 | 40.36 | 0.71 | 0.45 |
| Hex | C6 | 90 | 21 | 0 | 1B | 53 | 16 | 28 | 47 | 2D |
| Octal | 306 | 220 | 41 | 0 | 33 | 123 | 26 | 50 | 107 | 55 |
| Binary | 11000110 | 10010000 | 100001 | 0 | 11011 | 1010011 | 10110 | 101000 | 1000111 | 101101 |
Color Harmonies of #C69021
Complementary color
Monochromatic Colors of #C69021
Black with #C69021
Text Example
Text Example
White with #C69021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69021; }
p { color: rgb(198,144,33); }
H1.HeaderClassName
{
color: #C69021;
}
.AnyTagClassName
{
color: #C69021;
}
</style>
background-color css
<style>
a { background-color: #C69021; }
a { background-color: rgb(198,144,33); }
div.DivClassName
{
background-color: #C69021;
}
.BgClassName
{
background-color: #C69021;
}
</style>
border-color css
<style>
span { border-color: #C69021; }
span { border-color: rgb(198,144,33); }
td.TdClassName
{
border-color: #C69021;
}
.TagClassName
{
border-color: #C69021;
}
</style>