Shades of Nugget #C79A24
Tints of Nugget #C79A24
RGB
CMYK
RGB Variations
Color information
#C79A24 (or 0xC79A24) is known color: Nugget. HEX triplet: C7, 9A and 24. RGB value is (199,154,36). Sum of RGB (Red+Green+Blue) = 199+154+36=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79A24 is #3865DB. Grayscale: #9A9A9A. Windows color (decimal): -3696092 or 2398919. OLE color: 2398919.
HSL color Cylindrical-coordinate representation of color #C79A24: hue angle of 43.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C79A24 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 36 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.22 |
| HSL | 43.44º | 0.69% | 0.46% | - |
| HSV(B) | 43.44º | 0.82% | 0.78% | - |
| XYZ | 35.43 | 35.38 | 6.63 | - |
| YUV | 154 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 36 | 0 | 0.23 | 0.82 | 0.22 | 43.44 | 0.69 | 0.46 |
| Hex | C7 | 9A | 24 | 0 | 17 | 52 | 16 | 2B | 45 | 2E |
| Octal | 307 | 232 | 44 | 0 | 27 | 122 | 26 | 53 | 105 | 56 |
| Binary | 11000111 | 10011010 | 100100 | 0 | 10111 | 1010010 | 10110 | 101011 | 1000101 | 101110 |
Color Harmonies of #C79A24
Complementary color
Monochromatic Colors of #C79A24
Black with #C79A24
Text Example
Text Example
White with #C79A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A24; }
p { color: rgb(199,154,36); }
H1.HeaderClassName
{
color: #C79A24;
}
.AnyTagClassName
{
color: #C79A24;
}
</style>
background-color css
<style>
a { background-color: #C79A24; }
a { background-color: rgb(199,154,36); }
div.DivClassName
{
background-color: #C79A24;
}
.BgClassName
{
background-color: #C79A24;
}
</style>
border-color css
<style>
span { border-color: #C79A24; }
span { border-color: rgb(199,154,36); }
td.TdClassName
{
border-color: #C79A24;
}
.TagClassName
{
border-color: #C79A24;
}
</style>