Shades of Buttercup #D5962A
Tints of Buttercup #D5962A
RGB
CMYK
RGB Variations
Color information
#D5962A (or 0xD5962A) is known color: Buttercup. HEX triplet: D5, 96 and 2A. RGB value is (213,150,42). Sum of RGB (Red+Green+Blue) = 213+150+42=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5962A is #2A69D5. Grayscale: #9D9D9D. Windows color (decimal): -2779606 or 2791125. OLE color: 2791125.
HSL color Cylindrical-coordinate representation of color #D5962A: hue angle of 37.89º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5962A is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 42 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.16 |
| HSL | 37.89º | 0.67% | 0.5% | - |
| HSV(B) | 37.89º | 0.8% | 0.84% | - |
| XYZ | 38.76 | 36.13 | 7.12 | - |
| YUV | 156.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 42 | 0 | 0.30 | 0.80 | 0.16 | 37.89 | 0.67 | 0.5 |
| Hex | D5 | 96 | 2A | 0 | 1E | 50 | 10 | 26 | 43 | 32 |
| Octal | 325 | 226 | 52 | 0 | 36 | 120 | 20 | 46 | 103 | 62 |
| Binary | 11010101 | 10010110 | 101010 | 0 | 11110 | 1010000 | 10000 | 100110 | 1000011 | 110010 |
Color Harmonies of #D5962A
Complementary color
Monochromatic Colors of #D5962A
Black with #D5962A
Text Example
Text Example
White with #D5962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5962A; }
p { color: rgb(213,150,42); }
H1.HeaderClassName
{
color: #D5962A;
}
.AnyTagClassName
{
color: #D5962A;
}
</style>
background-color css
<style>
a { background-color: #D5962A; }
a { background-color: rgb(213,150,42); }
div.DivClassName
{
background-color: #D5962A;
}
.BgClassName
{
background-color: #D5962A;
}
</style>
border-color css
<style>
span { border-color: #D5962A; }
span { border-color: rgb(213,150,42); }
td.TdClassName
{
border-color: #D5962A;
}
.TagClassName
{
border-color: #D5962A;
}
</style>