Shades of Buttercup #D5961F
Tints of Buttercup #D5961F
RGB
CMYK
RGB Variations
Color information
#D5961F (or 0xD5961F) is known color: Buttercup. HEX triplet: D5, 96 and 1F. RGB value is (213,150,31). Sum of RGB (Red+Green+Blue) = 213+150+31=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5961F is #2A69E0. Grayscale: #9B9B9B. Windows color (decimal): -2779617 or 2070229. OLE color: 2070229.
HSL color Cylindrical-coordinate representation of color #D5961F: hue angle of 39.23º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5961F is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 31 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.16 |
| HSL | 39.23º | 0.75% | 0.48% | - |
| HSV(B) | 39.23º | 0.85% | 0.84% | - |
| XYZ | 38.59 | 36.06 | 6.22 | - |
| YUV | 155.27 | 57.87 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 31 | 0 | 0.30 | 0.85 | 0.16 | 39.23 | 0.75 | 0.48 |
| Hex | D5 | 96 | 1F | 0 | 1E | 55 | 10 | 27 | 4B | 30 |
| Octal | 325 | 226 | 37 | 0 | 36 | 125 | 20 | 47 | 113 | 60 |
| Binary | 11010101 | 10010110 | 11111 | 0 | 11110 | 1010101 | 10000 | 100111 | 1001011 | 110000 |
Color Harmonies of #D5961F
Complementary color
Monochromatic Colors of #D5961F
Black with #D5961F
Text Example
Text Example
White with #D5961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5961F; }
p { color: rgb(213,150,31); }
H1.HeaderClassName
{
color: #D5961F;
}
.AnyTagClassName
{
color: #D5961F;
}
</style>
background-color css
<style>
a { background-color: #D5961F; }
a { background-color: rgb(213,150,31); }
div.DivClassName
{
background-color: #D5961F;
}
.BgClassName
{
background-color: #D5961F;
}
</style>
border-color css
<style>
span { border-color: #D5961F; }
span { border-color: rgb(213,150,31); }
td.TdClassName
{
border-color: #D5961F;
}
.TagClassName
{
border-color: #D5961F;
}
</style>