Shades of Buttercup #D8982D
Tints of Buttercup #D8982D
RGB
CMYK
RGB Variations
Color information
#D8982D (or 0xD8982D) is known color: Buttercup. HEX triplet: D8, 98 and 2D. RGB value is (216,152,45). Sum of RGB (Red+Green+Blue) = 216+152+45=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8982D is #2767D2. Grayscale: #9F9F9F. Windows color (decimal): -2582483 or 2988248. OLE color: 2988248.
HSL color Cylindrical-coordinate representation of color #D8982D: hue angle of 37.54º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8982D is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 152 | 45 | - |
CMYK | 0 | 0.30 | 0.79 | 0.15 |
HSL | 37.54º | 0.69% | 0.51% | - |
HSV(B) | 37.54º | 0.79% | 0.85% | - |
XYZ | 40.02 | 37.24 | 7.56 | - |
YUV | 158.94 | 63.7 | 168.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 152 | 45 | 0 | 0.30 | 0.79 | 0.15 | 37.54 | 0.69 | 0.51 |
Hex | D8 | 98 | 2D | 0 | 1E | 4F | F | 26 | 45 | 33 |
Octal | 330 | 230 | 55 | 0 | 36 | 117 | 17 | 46 | 105 | 63 |
Binary | 11011000 | 10011000 | 101101 | 0 | 11110 | 1001111 | 1111 | 100110 | 1000101 | 110011 |
Color Harmonies of #D8982D
Complementary color
Monochromatic Colors of #D8982D
Black with #D8982D
Text Example
Text Example
White with #D8982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8982D; }
p { color: rgb(216,152,45); }
H1.HeaderClassName
{
color: #D8982D;
}
.AnyTagClassName
{
color: #D8982D;
}
</style>
background-color css
<style>
a { background-color: #D8982D; }
a { background-color: rgb(216,152,45); }
div.DivClassName
{
background-color: #D8982D;
}
.BgClassName
{
background-color: #D8982D;
}
</style>
border-color css
<style>
span { border-color: #D8982D; }
span { border-color: rgb(216,152,45); }
td.TdClassName
{
border-color: #D8982D;
}
.TagClassName
{
border-color: #D8982D;
}
</style>