Shades of Buttercup #D8952A
Tints of Buttercup #D8952A
RGB
CMYK
RGB Variations
Color information
#D8952A (or 0xD8952A) is known color: Buttercup. HEX triplet: D8, 95 and 2A. RGB value is (216,149,42). Sum of RGB (Red+Green+Blue) = 216+149+42=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8952A is #276AD5. Grayscale: #9D9D9D. Windows color (decimal): -2583254 or 2790872. OLE color: 2790872.
HSL color Cylindrical-coordinate representation of color #D8952A: hue angle of 36.9º degrees, saturation: 0.69, 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 #D8952A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.15 |
| HSL | 36.9º | 0.69% | 0.51% | - |
| HSV(B) | 36.9º | 0.81% | 0.85% | - |
| XYZ | 39.48 | 36.26 | 7.11 | - |
| YUV | 156.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 42 | 0 | 0.31 | 0.81 | 0.15 | 36.9 | 0.69 | 0.51 |
| Hex | D8 | 95 | 2A | 0 | 1F | 51 | F | 25 | 45 | 33 |
| Octal | 330 | 225 | 52 | 0 | 37 | 121 | 17 | 45 | 105 | 63 |
| Binary | 11011000 | 10010101 | 101010 | 0 | 11111 | 1010001 | 1111 | 100101 | 1000101 | 110011 |
Color Harmonies of #D8952A
Complementary color
Monochromatic Colors of #D8952A
Black with #D8952A
Text Example
Text Example
White with #D8952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8952A; }
p { color: rgb(216,149,42); }
H1.HeaderClassName
{
color: #D8952A;
}
.AnyTagClassName
{
color: #D8952A;
}
</style>
background-color css
<style>
a { background-color: #D8952A; }
a { background-color: rgb(216,149,42); }
div.DivClassName
{
background-color: #D8952A;
}
.BgClassName
{
background-color: #D8952A;
}
</style>
border-color css
<style>
span { border-color: #D8952A; }
span { border-color: rgb(216,149,42); }
td.TdClassName
{
border-color: #D8952A;
}
.TagClassName
{
border-color: #D8952A;
}
</style>