Shades of Nugget #C79D29
Tints of Nugget #C79D29
RGB
CMYK
RGB Variations
Color information
#C79D29 (or 0xC79D29) is known color: Nugget. HEX triplet: C7, 9D and 29. RGB value is (199,157,41). Sum of RGB (Red+Green+Blue) = 199+157+41=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D29 is #3862D6. Grayscale: #9C9C9C. Windows color (decimal): -3695319 or 2727367. OLE color: 2727367.
HSL color Cylindrical-coordinate representation of color #C79D29: hue angle of 44.05º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C79D29 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 41 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.22 |
| HSL | 44.05º | 0.66% | 0.47% | - |
| HSV(B) | 44.05º | 0.79% | 0.78% | - |
| XYZ | 36.01 | 36.42 | 7.23 | - |
| YUV | 156.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 41 | 0 | 0.21 | 0.79 | 0.22 | 44.05 | 0.66 | 0.47 |
| Hex | C7 | 9D | 29 | 0 | 15 | 4F | 16 | 2C | 42 | 2F |
| Octal | 307 | 235 | 51 | 0 | 25 | 117 | 26 | 54 | 102 | 57 |
| Binary | 11000111 | 10011101 | 101001 | 0 | 10101 | 1001111 | 10110 | 101100 | 1000010 | 101111 |
Color Harmonies of #C79D29
Complementary color
Monochromatic Colors of #C79D29
Black with #C79D29
Text Example
Text Example
White with #C79D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D29; }
p { color: rgb(199,157,41); }
H1.HeaderClassName
{
color: #C79D29;
}
.AnyTagClassName
{
color: #C79D29;
}
</style>
background-color css
<style>
a { background-color: #C79D29; }
a { background-color: rgb(199,157,41); }
div.DivClassName
{
background-color: #C79D29;
}
.BgClassName
{
background-color: #C79D29;
}
</style>
border-color css
<style>
span { border-color: #C79D29; }
span { border-color: rgb(199,157,41); }
td.TdClassName
{
border-color: #C79D29;
}
.TagClassName
{
border-color: #C79D29;
}
</style>