Shades of Buttercup #D5961A
Tints of Buttercup #D5961A
RGB
CMYK
RGB Variations
Color information
#D5961A (or 0xD5961A) is known color: Buttercup. HEX triplet: D5, 96 and 1A. RGB value is (213,150,26). Sum of RGB (Red+Green+Blue) = 213+150+26=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5961A is #2A69E5. Grayscale: #9B9B9B. Windows color (decimal): -2779622 or 1742549. OLE color: 1742549.
HSL color Cylindrical-coordinate representation of color #D5961A: hue angle of 39.79º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5961A is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 26 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.16 |
| HSL | 39.79º | 0.78% | 0.47% | - |
| HSV(B) | 39.79º | 0.88% | 0.84% | - |
| XYZ | 38.53 | 36.03 | 5.9 | - |
| YUV | 154.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 26 | 0 | 0.30 | 0.88 | 0.16 | 39.79 | 0.78 | 0.47 |
| Hex | D5 | 96 | 1A | 0 | 1E | 58 | 10 | 28 | 4E | 2F |
| Octal | 325 | 226 | 32 | 0 | 36 | 130 | 20 | 50 | 116 | 57 |
| Binary | 11010101 | 10010110 | 11010 | 0 | 11110 | 1011000 | 10000 | 101000 | 1001110 | 101111 |
Color Harmonies of #D5961A
Complementary color
Monochromatic Colors of #D5961A
Black with #D5961A
Text Example
Text Example
White with #D5961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5961A; }
p { color: rgb(213,150,26); }
H1.HeaderClassName
{
color: #D5961A;
}
.AnyTagClassName
{
color: #D5961A;
}
</style>
background-color css
<style>
a { background-color: #D5961A; }
a { background-color: rgb(213,150,26); }
div.DivClassName
{
background-color: #D5961A;
}
.BgClassName
{
background-color: #D5961A;
}
</style>
border-color css
<style>
span { border-color: #D5961A; }
span { border-color: rgb(213,150,26); }
td.TdClassName
{
border-color: #D5961A;
}
.TagClassName
{
border-color: #D5961A;
}
</style>