Shades of Buttercup #D1992B
Tints of Buttercup #D1992B
RGB
CMYK
RGB Variations
Color information
#D1992B (or 0xD1992B) is known color: Buttercup. HEX triplet: D1, 99 and 2B. RGB value is (209,153,43). Sum of RGB (Red+Green+Blue) = 209+153+43=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1992B is #2E66D4. Grayscale: #9D9D9D. Windows color (decimal): -3040981 or 2857425. OLE color: 2857425.
HSL color Cylindrical-coordinate representation of color #D1992B: hue angle of 39.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1992B is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 43 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.18 |
| HSL | 39.76º | 0.66% | 0.49% | - |
| HSV(B) | 39.76º | 0.79% | 0.82% | - |
| XYZ | 38.12 | 36.51 | 7.32 | - |
| YUV | 157.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 43 | 0 | 0.27 | 0.79 | 0.18 | 39.76 | 0.66 | 0.49 |
| Hex | D1 | 99 | 2B | 0 | 1B | 4F | 12 | 28 | 42 | 31 |
| Octal | 321 | 231 | 53 | 0 | 33 | 117 | 22 | 50 | 102 | 61 |
| Binary | 11010001 | 10011001 | 101011 | 0 | 11011 | 1001111 | 10010 | 101000 | 1000010 | 110001 |
Color Harmonies of #D1992B
Complementary color
Monochromatic Colors of #D1992B
Black with #D1992B
Text Example
Text Example
White with #D1992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1992B; }
p { color: rgb(209,153,43); }
H1.HeaderClassName
{
color: #D1992B;
}
.AnyTagClassName
{
color: #D1992B;
}
</style>
background-color css
<style>
a { background-color: #D1992B; }
a { background-color: rgb(209,153,43); }
div.DivClassName
{
background-color: #D1992B;
}
.BgClassName
{
background-color: #D1992B;
}
</style>
border-color css
<style>
span { border-color: #D1992B; }
span { border-color: rgb(209,153,43); }
td.TdClassName
{
border-color: #D1992B;
}
.TagClassName
{
border-color: #D1992B;
}
</style>