Shades of Buttercup #D49228
Tints of Buttercup #D49228
RGB
CMYK
RGB Variations
Color information
#D49228 (or 0xD49228) is known color: Buttercup. HEX triplet: D4, 92 and 28. RGB value is (212,146,40). Sum of RGB (Red+Green+Blue) = 212+146+40=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D49228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49228 is #2B6DD7. Grayscale: #9A9A9A. Windows color (decimal): -2846168 or 2659028. OLE color: 2659028.
HSL color Cylindrical-coordinate representation of color #D49228: hue angle of 36.98º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D49228 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 40 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.17 |
| HSL | 36.98º | 0.68% | 0.49% | - |
| HSV(B) | 36.98º | 0.81% | 0.83% | - |
| XYZ | 37.81 | 34.71 | 6.71 | - |
| YUV | 153.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 40 | 0 | 0.31 | 0.81 | 0.17 | 36.98 | 0.68 | 0.49 |
| Hex | D4 | 92 | 28 | 0 | 1F | 51 | 11 | 25 | 44 | 31 |
| Octal | 324 | 222 | 50 | 0 | 37 | 121 | 21 | 45 | 104 | 61 |
| Binary | 11010100 | 10010010 | 101000 | 0 | 11111 | 1010001 | 10001 | 100101 | 1000100 | 110001 |
Color Harmonies of #D49228
Complementary color
Monochromatic Colors of #D49228
Black with #D49228
Text Example
Text Example
White with #D49228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49228; }
p { color: rgb(212,146,40); }
H1.HeaderClassName
{
color: #D49228;
}
.AnyTagClassName
{
color: #D49228;
}
</style>
background-color css
<style>
a { background-color: #D49228; }
a { background-color: rgb(212,146,40); }
div.DivClassName
{
background-color: #D49228;
}
.BgClassName
{
background-color: #D49228;
}
</style>
border-color css
<style>
span { border-color: #D49228; }
span { border-color: rgb(212,146,40); }
td.TdClassName
{
border-color: #D49228;
}
.TagClassName
{
border-color: #D49228;
}
</style>