Shades of Buttercup #D2992E
Tints of Buttercup #D2992E
RGB
CMYK
RGB Variations
Color information
#D2992E (or 0xD2992E) is known color: Buttercup. HEX triplet: D2, 99 and 2E. RGB value is (210,153,46). Sum of RGB (Red+Green+Blue) = 210+153+46=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2992E is #2D66D1. Grayscale: #9E9E9E. Windows color (decimal): -2975442 or 3054034. OLE color: 3054034.
HSL color Cylindrical-coordinate representation of color #D2992E: hue angle of 39.15º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2992E is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 46 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.18 |
| HSL | 39.15º | 0.65% | 0.5% | - |
| HSV(B) | 39.15º | 0.78% | 0.82% | - |
| XYZ | 38.46 | 36.68 | 7.64 | - |
| YUV | 157.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 46 | 0 | 0.27 | 0.78 | 0.18 | 39.15 | 0.65 | 0.5 |
| Hex | D2 | 99 | 2E | 0 | 1B | 4E | 12 | 27 | 41 | 32 |
| Octal | 322 | 231 | 56 | 0 | 33 | 116 | 22 | 47 | 101 | 62 |
| Binary | 11010010 | 10011001 | 101110 | 0 | 11011 | 1001110 | 10010 | 100111 | 1000001 | 110010 |
Color Harmonies of #D2992E
Complementary color
Monochromatic Colors of #D2992E
Black with #D2992E
Text Example
Text Example
White with #D2992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2992E; }
p { color: rgb(210,153,46); }
H1.HeaderClassName
{
color: #D2992E;
}
.AnyTagClassName
{
color: #D2992E;
}
</style>
background-color css
<style>
a { background-color: #D2992E; }
a { background-color: rgb(210,153,46); }
div.DivClassName
{
background-color: #D2992E;
}
.BgClassName
{
background-color: #D2992E;
}
</style>
border-color css
<style>
span { border-color: #D2992E; }
span { border-color: rgb(210,153,46); }
td.TdClassName
{
border-color: #D2992E;
}
.TagClassName
{
border-color: #D2992E;
}
</style>