Shades of Buttercup #D9912B
Tints of Buttercup #D9912B
RGB
CMYK
RGB Variations
Color information
#D9912B (or 0xD9912B) is known color: Buttercup. HEX triplet: D9, 91 and 2B. RGB value is (217,145,43). Sum of RGB (Red+Green+Blue) = 217+145+43=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9912B is #266ED4. Grayscale: #9B9B9B. Windows color (decimal): -2518741 or 2855385. OLE color: 2855385.
HSL color Cylindrical-coordinate representation of color #D9912B: hue angle of 35.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9912B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 43 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.15 |
| HSL | 35.17º | 0.7% | 0.51% | - |
| HSV(B) | 35.17º | 0.8% | 0.85% | - |
| XYZ | 39.18 | 35.18 | 7.01 | - |
| YUV | 154.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 43 | 0 | 0.33 | 0.80 | 0.15 | 35.17 | 0.7 | 0.51 |
| Hex | D9 | 91 | 2B | 0 | 21 | 50 | F | 23 | 46 | 33 |
| Octal | 331 | 221 | 53 | 0 | 41 | 120 | 17 | 43 | 106 | 63 |
| Binary | 11011001 | 10010001 | 101011 | 0 | 100001 | 1010000 | 1111 | 100011 | 1000110 | 110011 |
Color Harmonies of #D9912B
Complementary color
Monochromatic Colors of #D9912B
Black with #D9912B
Text Example
Text Example
White with #D9912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9912B; }
p { color: rgb(217,145,43); }
H1.HeaderClassName
{
color: #D9912B;
}
.AnyTagClassName
{
color: #D9912B;
}
</style>
background-color css
<style>
a { background-color: #D9912B; }
a { background-color: rgb(217,145,43); }
div.DivClassName
{
background-color: #D9912B;
}
.BgClassName
{
background-color: #D9912B;
}
</style>
border-color css
<style>
span { border-color: #D9912B; }
span { border-color: rgb(217,145,43); }
td.TdClassName
{
border-color: #D9912B;
}
.TagClassName
{
border-color: #D9912B;
}
</style>