Shades of Buttercup #D9982A
Tints of Buttercup #D9982A
RGB
CMYK
RGB Variations
Color information
#D9982A (or 0xD9982A) is known color: Buttercup. HEX triplet: D9, 98 and 2A. RGB value is (217,152,42). Sum of RGB (Red+Green+Blue) = 217+152+42=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9982A is #2667D5. Grayscale: #9F9F9F. Windows color (decimal): -2516950 or 2791641. OLE color: 2791641.
HSL color Cylindrical-coordinate representation of color #D9982A: hue angle of 37.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9982A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 42 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.15 |
| HSL | 37.71º | 0.7% | 0.51% | - |
| HSV(B) | 37.71º | 0.81% | 0.85% | - |
| XYZ | 40.26 | 37.38 | 7.28 | - |
| YUV | 158.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 42 | 0 | 0.30 | 0.81 | 0.15 | 37.71 | 0.7 | 0.51 |
| Hex | D9 | 98 | 2A | 0 | 1E | 51 | F | 26 | 46 | 33 |
| Octal | 331 | 230 | 52 | 0 | 36 | 121 | 17 | 46 | 106 | 63 |
| Binary | 11011001 | 10011000 | 101010 | 0 | 11110 | 1010001 | 1111 | 100110 | 1000110 | 110011 |
Color Harmonies of #D9982A
Complementary color
Monochromatic Colors of #D9982A
Black with #D9982A
Text Example
Text Example
White with #D9982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9982A; }
p { color: rgb(217,152,42); }
H1.HeaderClassName
{
color: #D9982A;
}
.AnyTagClassName
{
color: #D9982A;
}
</style>
background-color css
<style>
a { background-color: #D9982A; }
a { background-color: rgb(217,152,42); }
div.DivClassName
{
background-color: #D9982A;
}
.BgClassName
{
background-color: #D9982A;
}
</style>
border-color css
<style>
span { border-color: #D9982A; }
span { border-color: rgb(217,152,42); }
td.TdClassName
{
border-color: #D9982A;
}
.TagClassName
{
border-color: #D9982A;
}
</style>