Shades of Buttercup #D9981C
Tints of Buttercup #D9981C
RGB
CMYK
RGB Variations
Color information
#D9981C (or 0xD9981C) is known color: Buttercup. HEX triplet: D9, 98 and 1C. RGB value is (217,152,28). Sum of RGB (Red+Green+Blue) = 217+152+28=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9981C is #2667E3. Grayscale: #9D9D9D. Windows color (decimal): -2516964 or 1874137. OLE color: 1874137.
HSL color Cylindrical-coordinate representation of color #D9981C: hue angle of 39.37º 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 #D9981C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 28 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.15 |
| HSL | 39.37º | 0.77% | 0.48% | - |
| HSV(B) | 39.37º | 0.87% | 0.85% | - |
| XYZ | 40.05 | 37.29 | 6.19 | - |
| YUV | 157.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 28 | 0 | 0.30 | 0.87 | 0.15 | 39.37 | 0.77 | 0.48 |
| Hex | D9 | 98 | 1C | 0 | 1E | 57 | F | 27 | 4D | 30 |
| Octal | 331 | 230 | 34 | 0 | 36 | 127 | 17 | 47 | 115 | 60 |
| Binary | 11011001 | 10011000 | 11100 | 0 | 11110 | 1010111 | 1111 | 100111 | 1001101 | 110000 |
Color Harmonies of #D9981C
Complementary color
Monochromatic Colors of #D9981C
Black with #D9981C
Text Example
Text Example
White with #D9981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9981C; }
p { color: rgb(217,152,28); }
H1.HeaderClassName
{
color: #D9981C;
}
.AnyTagClassName
{
color: #D9981C;
}
</style>
background-color css
<style>
a { background-color: #D9981C; }
a { background-color: rgb(217,152,28); }
div.DivClassName
{
background-color: #D9981C;
}
.BgClassName
{
background-color: #D9981C;
}
</style>
border-color css
<style>
span { border-color: #D9981C; }
span { border-color: rgb(217,152,28); }
td.TdClassName
{
border-color: #D9981C;
}
.TagClassName
{
border-color: #D9981C;
}
</style>