Shades of Buttercup #D49223
Tints of Buttercup #D49223
RGB
CMYK
RGB Variations
Color information
#D49223 (or 0xD49223) is known color: Buttercup. HEX triplet: D4, 92 and 23. RGB value is (212,146,35). Sum of RGB (Red+Green+Blue) = 212+146+35=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D49223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49223 is #2B6DDC. Grayscale: #999999. Windows color (decimal): -2846173 or 2331348. OLE color: 2331348.
HSL color Cylindrical-coordinate representation of color #D49223: hue angle of 37.63º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D49223 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 35 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.17 |
| HSL | 37.63º | 0.72% | 0.48% | - |
| HSV(B) | 37.63º | 0.83% | 0.83% | - |
| XYZ | 37.73 | 34.68 | 6.29 | - |
| YUV | 153.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 35 | 0 | 0.31 | 0.83 | 0.17 | 37.63 | 0.72 | 0.48 |
| Hex | D4 | 92 | 23 | 0 | 1F | 53 | 11 | 26 | 48 | 30 |
| Octal | 324 | 222 | 43 | 0 | 37 | 123 | 21 | 46 | 110 | 60 |
| Binary | 11010100 | 10010010 | 100011 | 0 | 11111 | 1010011 | 10001 | 100110 | 1001000 | 110000 |
Color Harmonies of #D49223
Complementary color
Monochromatic Colors of #D49223
Black with #D49223
Text Example
Text Example
White with #D49223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49223; }
p { color: rgb(212,146,35); }
H1.HeaderClassName
{
color: #D49223;
}
.AnyTagClassName
{
color: #D49223;
}
</style>
background-color css
<style>
a { background-color: #D49223; }
a { background-color: rgb(212,146,35); }
div.DivClassName
{
background-color: #D49223;
}
.BgClassName
{
background-color: #D49223;
}
</style>
border-color css
<style>
span { border-color: #D49223; }
span { border-color: rgb(212,146,35); }
td.TdClassName
{
border-color: #D49223;
}
.TagClassName
{
border-color: #D49223;
}
</style>