Shades of Buttercup #D9911C
Tints of Buttercup #D9911C
RGB
CMYK
RGB Variations
Color information
#D9911C (or 0xD9911C) is known color: Buttercup. HEX triplet: D9, 91 and 1C. RGB value is (217,145,28). Sum of RGB (Red+Green+Blue) = 217+145+28=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9911C is #266EE3. Grayscale: #999999. Windows color (decimal): -2518756 or 1872345. OLE color: 1872345.
HSL color Cylindrical-coordinate representation of color #D9911C: hue angle of 37.14º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9911C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.15 |
| HSL | 37.14º | 0.77% | 0.48% | - |
| HSV(B) | 37.14º | 0.87% | 0.85% | - |
| XYZ | 38.95 | 35.09 | 5.82 | - |
| YUV | 153.19 | 57.35 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 28 | 0 | 0.33 | 0.87 | 0.15 | 37.14 | 0.77 | 0.48 |
| Hex | D9 | 91 | 1C | 0 | 21 | 57 | F | 25 | 4D | 30 |
| Octal | 331 | 221 | 34 | 0 | 41 | 127 | 17 | 45 | 115 | 60 |
| Binary | 11011001 | 10010001 | 11100 | 0 | 100001 | 1010111 | 1111 | 100101 | 1001101 | 110000 |
Color Harmonies of #D9911C
Complementary color
Monochromatic Colors of #D9911C
Black with #D9911C
Text Example
Text Example
White with #D9911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9911C; }
p { color: rgb(217,145,28); }
H1.HeaderClassName
{
color: #D9911C;
}
.AnyTagClassName
{
color: #D9911C;
}
</style>
background-color css
<style>
a { background-color: #D9911C; }
a { background-color: rgb(217,145,28); }
div.DivClassName
{
background-color: #D9911C;
}
.BgClassName
{
background-color: #D9911C;
}
</style>
border-color css
<style>
span { border-color: #D9911C; }
span { border-color: rgb(217,145,28); }
td.TdClassName
{
border-color: #D9911C;
}
.TagClassName
{
border-color: #D9911C;
}
</style>