Shades of Nugget #C38D21
Tints of Nugget #C38D21
RGB
CMYK
RGB Variations
Color information
#C38D21 (or 0xC38D21) is known color: Nugget. HEX triplet: C3, 8D and 21. RGB value is (195,141,33). Sum of RGB (Red+Green+Blue) = 195+141+33=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D21 is #3C72DE. Grayscale: #919191. Windows color (decimal): -3961567 or 2198979. OLE color: 2198979.
HSL color Cylindrical-coordinate representation of color #C38D21: hue angle of 40º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C38D21 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 33 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.24 |
| HSL | 40º | 0.71% | 0.45% | - |
| HSV(B) | 40º | 0.83% | 0.76% | - |
| XYZ | 32.31 | 30.76 | 5.67 | - |
| YUV | 144.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 33 | 0 | 0.28 | 0.83 | 0.24 | 40 | 0.71 | 0.45 |
| Hex | C3 | 8D | 21 | 0 | 1C | 53 | 18 | 28 | 47 | 2D |
| Octal | 303 | 215 | 41 | 0 | 34 | 123 | 30 | 50 | 107 | 55 |
| Binary | 11000011 | 10001101 | 100001 | 0 | 11100 | 1010011 | 11000 | 101000 | 1000111 | 101101 |
Color Harmonies of #C38D21
Complementary color
Monochromatic Colors of #C38D21
Black with #C38D21
Text Example
Text Example
White with #C38D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D21; }
p { color: rgb(195,141,33); }
H1.HeaderClassName
{
color: #C38D21;
}
.AnyTagClassName
{
color: #C38D21;
}
</style>
background-color css
<style>
a { background-color: #C38D21; }
a { background-color: rgb(195,141,33); }
div.DivClassName
{
background-color: #C38D21;
}
.BgClassName
{
background-color: #C38D21;
}
</style>
border-color css
<style>
span { border-color: #C38D21; }
span { border-color: rgb(195,141,33); }
td.TdClassName
{
border-color: #C38D21;
}
.TagClassName
{
border-color: #C38D21;
}
</style>