Shades of Buttercup #D8922D
Tints of Buttercup #D8922D
RGB
CMYK
RGB Variations
Color information
#D8922D (or 0xD8922D) is known color: Buttercup. HEX triplet: D8, 92 and 2D. RGB value is (216,146,45). Sum of RGB (Red+Green+Blue) = 216+146+45=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8922D is #276DD2. Grayscale: #9B9B9B. Windows color (decimal): -2584019 or 2986712. OLE color: 2986712.
HSL color Cylindrical-coordinate representation of color #D8922D: hue angle of 35.44º 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 #D8922D is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 45 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.15 |
| HSL | 35.44º | 0.69% | 0.51% | - |
| HSV(B) | 35.44º | 0.79% | 0.85% | - |
| XYZ | 39.07 | 35.35 | 7.25 | - |
| YUV | 155.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 45 | 0 | 0.32 | 0.79 | 0.15 | 35.44 | 0.69 | 0.51 |
| Hex | D8 | 92 | 2D | 0 | 20 | 4F | F | 23 | 45 | 33 |
| Octal | 330 | 222 | 55 | 0 | 40 | 117 | 17 | 43 | 105 | 63 |
| Binary | 11011000 | 10010010 | 101101 | 0 | 100000 | 1001111 | 1111 | 100011 | 1000101 | 110011 |
Color Harmonies of #D8922D
Complementary color
Monochromatic Colors of #D8922D
Black with #D8922D
Text Example
Text Example
White with #D8922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8922D; }
p { color: rgb(216,146,45); }
H1.HeaderClassName
{
color: #D8922D;
}
.AnyTagClassName
{
color: #D8922D;
}
</style>
background-color css
<style>
a { background-color: #D8922D; }
a { background-color: rgb(216,146,45); }
div.DivClassName
{
background-color: #D8922D;
}
.BgClassName
{
background-color: #D8922D;
}
</style>
border-color css
<style>
span { border-color: #D8922D; }
span { border-color: rgb(216,146,45); }
td.TdClassName
{
border-color: #D8922D;
}
.TagClassName
{
border-color: #D8922D;
}
</style>