Shades of Buttercup #D5891F
Tints of Buttercup #D5891F
RGB
CMYK
RGB Variations
Color information
#D5891F (or 0xD5891F) is known color: Buttercup. HEX triplet: D5, 89 and 1F. RGB value is (213,137,31). Sum of RGB (Red+Green+Blue) = 213+137+31=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D5891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5891F is #2A76E0. Grayscale: #949494. Windows color (decimal): -2782945 or 2066901. OLE color: 2066901.
HSL color Cylindrical-coordinate representation of color #D5891F: hue angle of 34.95º 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 #D5891F is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 31 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.16 |
| HSL | 34.95º | 0.75% | 0.48% | - |
| HSV(B) | 34.95º | 0.85% | 0.84% | - |
| XYZ | 36.63 | 32.14 | 5.57 | - |
| YUV | 147.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 31 | 0 | 0.36 | 0.85 | 0.16 | 34.95 | 0.75 | 0.48 |
| Hex | D5 | 89 | 1F | 0 | 24 | 55 | 10 | 23 | 4B | 30 |
| Octal | 325 | 211 | 37 | 0 | 44 | 125 | 20 | 43 | 113 | 60 |
| Binary | 11010101 | 10001001 | 11111 | 0 | 100100 | 1010101 | 10000 | 100011 | 1001011 | 110000 |
Color Harmonies of #D5891F
Complementary color
Monochromatic Colors of #D5891F
Black with #D5891F
Text Example
Text Example
White with #D5891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5891F; }
p { color: rgb(213,137,31); }
H1.HeaderClassName
{
color: #D5891F;
}
.AnyTagClassName
{
color: #D5891F;
}
</style>
background-color css
<style>
a { background-color: #D5891F; }
a { background-color: rgb(213,137,31); }
div.DivClassName
{
background-color: #D5891F;
}
.BgClassName
{
background-color: #D5891F;
}
</style>
border-color css
<style>
span { border-color: #D5891F; }
span { border-color: rgb(213,137,31); }
td.TdClassName
{
border-color: #D5891F;
}
.TagClassName
{
border-color: #D5891F;
}
</style>