Shades of Buttercup #D2891F
Tints of Buttercup #D2891F
RGB
CMYK
RGB Variations
Color information
#D2891F (or 0xD2891F) is known color: Buttercup. HEX triplet: D2, 89 and 1F. RGB value is (210,137,31). Sum of RGB (Red+Green+Blue) = 210+137+31=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D2891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2891F is #2D76E0. Grayscale: #939393. Windows color (decimal): -2979553 or 2066898. OLE color: 2066898.
HSL color Cylindrical-coordinate representation of color #D2891F: hue angle of 35.53º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2891F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 31 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.18 |
| HSL | 35.53º | 0.74% | 0.47% | - |
| HSV(B) | 35.53º | 0.85% | 0.82% | - |
| XYZ | 35.77 | 31.69 | 5.53 | - |
| YUV | 146.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 31 | 0 | 0.35 | 0.85 | 0.18 | 35.53 | 0.74 | 0.47 |
| Hex | D2 | 89 | 1F | 0 | 23 | 55 | 12 | 24 | 4A | 2F |
| Octal | 322 | 211 | 37 | 0 | 43 | 125 | 22 | 44 | 112 | 57 |
| Binary | 11010010 | 10001001 | 11111 | 0 | 100011 | 1010101 | 10010 | 100100 | 1001010 | 101111 |
Color Harmonies of #D2891F
Complementary color
Monochromatic Colors of #D2891F
Black with #D2891F
Text Example
Text Example
White with #D2891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2891F; }
p { color: rgb(210,137,31); }
H1.HeaderClassName
{
color: #D2891F;
}
.AnyTagClassName
{
color: #D2891F;
}
</style>
background-color css
<style>
a { background-color: #D2891F; }
a { background-color: rgb(210,137,31); }
div.DivClassName
{
background-color: #D2891F;
}
.BgClassName
{
background-color: #D2891F;
}
</style>
border-color css
<style>
span { border-color: #D2891F; }
span { border-color: rgb(210,137,31); }
td.TdClassName
{
border-color: #D2891F;
}
.TagClassName
{
border-color: #D2891F;
}
</style>