Shades of Nugget #C9901D
Tints of Nugget #C9901D
RGB
CMYK
RGB Variations
Color information
#C9901D (or 0xC9901D) is known color: Nugget. HEX triplet: C9, 90 and 1D. RGB value is (201,144,29). Sum of RGB (Red+Green+Blue) = 201+144+29=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9901D is #366FE2. Grayscale: #949494. Windows color (decimal): -3567587 or 1937609. OLE color: 1937609.
HSL color Cylindrical-coordinate representation of color #C9901D: hue angle of 40.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9901D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 29 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.21 |
| HSL | 40.12º | 0.75% | 0.45% | - |
| HSV(B) | 40.12º | 0.86% | 0.79% | - |
| XYZ | 34.28 | 32.45 | 5.62 | - |
| YUV | 147.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 29 | 0 | 0.28 | 0.86 | 0.21 | 40.12 | 0.75 | 0.45 |
| Hex | C9 | 90 | 1D | 0 | 1C | 56 | 15 | 28 | 4B | 2D |
| Octal | 311 | 220 | 35 | 0 | 34 | 126 | 25 | 50 | 113 | 55 |
| Binary | 11001001 | 10010000 | 11101 | 0 | 11100 | 1010110 | 10101 | 101000 | 1001011 | 101101 |
Color Harmonies of #C9901D
Complementary color
Monochromatic Colors of #C9901D
Black with #C9901D
Text Example
Text Example
White with #C9901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9901D; }
p { color: rgb(201,144,29); }
H1.HeaderClassName
{
color: #C9901D;
}
.AnyTagClassName
{
color: #C9901D;
}
</style>
background-color css
<style>
a { background-color: #C9901D; }
a { background-color: rgb(201,144,29); }
div.DivClassName
{
background-color: #C9901D;
}
.BgClassName
{
background-color: #C9901D;
}
</style>
border-color css
<style>
span { border-color: #C9901D; }
span { border-color: rgb(201,144,29); }
td.TdClassName
{
border-color: #C9901D;
}
.TagClassName
{
border-color: #C9901D;
}
</style>