Shades of Nugget #C89024
Tints of Nugget #C89024
RGB
CMYK
RGB Variations
Color information
#C89024 (or 0xC89024) is known color: Nugget. HEX triplet: C8, 90 and 24. RGB value is (200,144,36). Sum of RGB (Red+Green+Blue) = 200+144+36=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C89024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89024 is #376FDB. Grayscale: #949494. Windows color (decimal): -3633116 or 2396360. OLE color: 2396360.
HSL color Cylindrical-coordinate representation of color #C89024: hue angle of 39.51º 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 #C89024 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 36 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.22 |
| HSL | 39.51º | 0.69% | 0.46% | - |
| HSV(B) | 39.51º | 0.82% | 0.78% | - |
| XYZ | 34.11 | 32.35 | 6.12 | - |
| YUV | 148.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 36 | 0 | 0.28 | 0.82 | 0.22 | 39.51 | 0.69 | 0.46 |
| Hex | C8 | 90 | 24 | 0 | 1C | 52 | 16 | 28 | 45 | 2E |
| Octal | 310 | 220 | 44 | 0 | 34 | 122 | 26 | 50 | 105 | 56 |
| Binary | 11001000 | 10010000 | 100100 | 0 | 11100 | 1010010 | 10110 | 101000 | 1000101 | 101110 |
Color Harmonies of #C89024
Complementary color
Monochromatic Colors of #C89024
Black with #C89024
Text Example
Text Example
White with #C89024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89024; }
p { color: rgb(200,144,36); }
H1.HeaderClassName
{
color: #C89024;
}
.AnyTagClassName
{
color: #C89024;
}
</style>
background-color css
<style>
a { background-color: #C89024; }
a { background-color: rgb(200,144,36); }
div.DivClassName
{
background-color: #C89024;
}
.BgClassName
{
background-color: #C89024;
}
</style>
border-color css
<style>
span { border-color: #C89024; }
span { border-color: rgb(200,144,36); }
td.TdClassName
{
border-color: #C89024;
}
.TagClassName
{
border-color: #C89024;
}
</style>