Shades of Buttercup #D8932C
Tints of Buttercup #D8932C
RGB
CMYK
RGB Variations
Color information
#D8932C (or 0xD8932C) is known color: Buttercup. HEX triplet: D8, 93 and 2C. RGB value is (216,147,44). Sum of RGB (Red+Green+Blue) = 216+147+44=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8932C is #276CD3. Grayscale: #9C9C9C. Windows color (decimal): -2583764 or 2921432. OLE color: 2921432.
HSL color Cylindrical-coordinate representation of color #D8932C: hue angle of 35.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8932C is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 44 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.15 |
| HSL | 35.93º | 0.69% | 0.51% | - |
| HSV(B) | 35.93º | 0.8% | 0.85% | - |
| XYZ | 39.21 | 35.65 | 7.2 | - |
| YUV | 155.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 44 | 0 | 0.32 | 0.80 | 0.15 | 35.93 | 0.69 | 0.51 |
| Hex | D8 | 93 | 2C | 0 | 20 | 50 | F | 24 | 45 | 33 |
| Octal | 330 | 223 | 54 | 0 | 40 | 120 | 17 | 44 | 105 | 63 |
| Binary | 11011000 | 10010011 | 101100 | 0 | 100000 | 1010000 | 1111 | 100100 | 1000101 | 110011 |
Color Harmonies of #D8932C
Complementary color
Monochromatic Colors of #D8932C
Black with #D8932C
Text Example
Text Example
White with #D8932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8932C; }
p { color: rgb(216,147,44); }
H1.HeaderClassName
{
color: #D8932C;
}
.AnyTagClassName
{
color: #D8932C;
}
</style>
background-color css
<style>
a { background-color: #D8932C; }
a { background-color: rgb(216,147,44); }
div.DivClassName
{
background-color: #D8932C;
}
.BgClassName
{
background-color: #D8932C;
}
</style>
border-color css
<style>
span { border-color: #D8932C; }
span { border-color: rgb(216,147,44); }
td.TdClassName
{
border-color: #D8932C;
}
.TagClassName
{
border-color: #D8932C;
}
</style>