Shades of Buttercup #D9911F
Tints of Buttercup #D9911F
RGB
CMYK
RGB Variations
Color information
#D9911F (or 0xD9911F) is known color: Buttercup. HEX triplet: D9, 91 and 1F. RGB value is (217,145,31). Sum of RGB (Red+Green+Blue) = 217+145+31=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9911F is #266EE0. Grayscale: #9A9A9A. Windows color (decimal): -2518753 or 2068953. OLE color: 2068953.
HSL color Cylindrical-coordinate representation of color #D9911F: hue angle of 36.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9911F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 31 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.15 |
| HSL | 36.77º | 0.75% | 0.49% | - |
| HSV(B) | 36.77º | 0.86% | 0.85% | - |
| XYZ | 38.99 | 35.1 | 6.02 | - |
| YUV | 153.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 31 | 0 | 0.33 | 0.86 | 0.15 | 36.77 | 0.75 | 0.49 |
| Hex | D9 | 91 | 1F | 0 | 21 | 56 | F | 25 | 4B | 31 |
| Octal | 331 | 221 | 37 | 0 | 41 | 126 | 17 | 45 | 113 | 61 |
| Binary | 11011001 | 10010001 | 11111 | 0 | 100001 | 1010110 | 1111 | 100101 | 1001011 | 110001 |
Color Harmonies of #D9911F
Complementary color
Monochromatic Colors of #D9911F
Black with #D9911F
Text Example
Text Example
White with #D9911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9911F; }
p { color: rgb(217,145,31); }
H1.HeaderClassName
{
color: #D9911F;
}
.AnyTagClassName
{
color: #D9911F;
}
</style>
background-color css
<style>
a { background-color: #D9911F; }
a { background-color: rgb(217,145,31); }
div.DivClassName
{
background-color: #D9911F;
}
.BgClassName
{
background-color: #D9911F;
}
</style>
border-color css
<style>
span { border-color: #D9911F; }
span { border-color: rgb(217,145,31); }
td.TdClassName
{
border-color: #D9911F;
}
.TagClassName
{
border-color: #D9911F;
}
</style>