Shades of Nugget #C99D28
Tints of Nugget #C99D28
RGB
CMYK
RGB Variations
Color information
#C99D28 (or 0xC99D28) is known color: Nugget. HEX triplet: C9, 9D and 28. RGB value is (201,157,40). Sum of RGB (Red+Green+Blue) = 201+157+40=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D28 is #3662D7. Grayscale: #9D9D9D. Windows color (decimal): -3564248 or 2661833. OLE color: 2661833.
HSL color Cylindrical-coordinate representation of color #C99D28: hue angle of 43.6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C99D28 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 40 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.21 |
| HSL | 43.6º | 0.67% | 0.47% | - |
| HSV(B) | 43.6º | 0.8% | 0.79% | - |
| XYZ | 36.53 | 36.68 | 7.16 | - |
| YUV | 156.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 40 | 0 | 0.22 | 0.80 | 0.21 | 43.6 | 0.67 | 0.47 |
| Hex | C9 | 9D | 28 | 0 | 16 | 50 | 15 | 2C | 43 | 2F |
| Octal | 311 | 235 | 50 | 0 | 26 | 120 | 25 | 54 | 103 | 57 |
| Binary | 11001001 | 10011101 | 101000 | 0 | 10110 | 1010000 | 10101 | 101100 | 1000011 | 101111 |
Color Harmonies of #C99D28
Complementary color
Monochromatic Colors of #C99D28
Black with #C99D28
Text Example
Text Example
White with #C99D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D28; }
p { color: rgb(201,157,40); }
H1.HeaderClassName
{
color: #C99D28;
}
.AnyTagClassName
{
color: #C99D28;
}
</style>
background-color css
<style>
a { background-color: #C99D28; }
a { background-color: rgb(201,157,40); }
div.DivClassName
{
background-color: #C99D28;
}
.BgClassName
{
background-color: #C99D28;
}
</style>
border-color css
<style>
span { border-color: #C99D28; }
span { border-color: rgb(201,157,40); }
td.TdClassName
{
border-color: #C99D28;
}
.TagClassName
{
border-color: #C99D28;
}
</style>