Shades of Buttercup #D8921A
Tints of Buttercup #D8921A
RGB
CMYK
RGB Variations
Color information
#D8921A (or 0xD8921A) is known color: Buttercup. HEX triplet: D8, 92 and 1A. RGB value is (216,146,26). Sum of RGB (Red+Green+Blue) = 216+146+26=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8921A is #276DE5. Grayscale: #999999. Windows color (decimal): -2584038 or 1741528. OLE color: 1741528.
HSL color Cylindrical-coordinate representation of color #D8921A: hue angle of 37.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8921A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 26 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.15 |
| HSL | 37.89º | 0.79% | 0.47% | - |
| HSV(B) | 37.89º | 0.88% | 0.85% | - |
| XYZ | 38.78 | 35.23 | 5.73 | - |
| YUV | 153.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 26 | 0 | 0.32 | 0.88 | 0.15 | 37.89 | 0.79 | 0.47 |
| Hex | D8 | 92 | 1A | 0 | 20 | 58 | F | 26 | 4F | 2F |
| Octal | 330 | 222 | 32 | 0 | 40 | 130 | 17 | 46 | 117 | 57 |
| Binary | 11011000 | 10010010 | 11010 | 0 | 100000 | 1011000 | 1111 | 100110 | 1001111 | 101111 |
Color Harmonies of #D8921A
Complementary color
Monochromatic Colors of #D8921A
Black with #D8921A
Text Example
Text Example
White with #D8921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8921A; }
p { color: rgb(216,146,26); }
H1.HeaderClassName
{
color: #D8921A;
}
.AnyTagClassName
{
color: #D8921A;
}
</style>
background-color css
<style>
a { background-color: #D8921A; }
a { background-color: rgb(216,146,26); }
div.DivClassName
{
background-color: #D8921A;
}
.BgClassName
{
background-color: #D8921A;
}
</style>
border-color css
<style>
span { border-color: #D8921A; }
span { border-color: rgb(216,146,26); }
td.TdClassName
{
border-color: #D8921A;
}
.TagClassName
{
border-color: #D8921A;
}
</style>