Shades of Buttercup #D49227
Tints of Buttercup #D49227
RGB
CMYK
RGB Variations
Color information
#D49227 (or 0xD49227) is known color: Buttercup. HEX triplet: D4, 92 and 27. RGB value is (212,146,39). Sum of RGB (Red+Green+Blue) = 212+146+39=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D49227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49227 is #2B6DD8. Grayscale: #9A9A9A. Windows color (decimal): -2846169 or 2593492. OLE color: 2593492.
HSL color Cylindrical-coordinate representation of color #D49227: hue angle of 37.11º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D49227 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 39 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.17 |
| HSL | 37.11º | 0.69% | 0.49% | - |
| HSV(B) | 37.11º | 0.82% | 0.83% | - |
| XYZ | 37.8 | 34.7 | 6.63 | - |
| YUV | 153.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 39 | 0 | 0.31 | 0.82 | 0.17 | 37.11 | 0.69 | 0.49 |
| Hex | D4 | 92 | 27 | 0 | 1F | 52 | 11 | 25 | 45 | 31 |
| Octal | 324 | 222 | 47 | 0 | 37 | 122 | 21 | 45 | 105 | 61 |
| Binary | 11010100 | 10010010 | 100111 | 0 | 11111 | 1010010 | 10001 | 100101 | 1000101 | 110001 |
Color Harmonies of #D49227
Complementary color
Monochromatic Colors of #D49227
Black with #D49227
Text Example
Text Example
White with #D49227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49227; }
p { color: rgb(212,146,39); }
H1.HeaderClassName
{
color: #D49227;
}
.AnyTagClassName
{
color: #D49227;
}
</style>
background-color css
<style>
a { background-color: #D49227; }
a { background-color: rgb(212,146,39); }
div.DivClassName
{
background-color: #D49227;
}
.BgClassName
{
background-color: #D49227;
}
</style>
border-color css
<style>
span { border-color: #D49227; }
span { border-color: rgb(212,146,39); }
td.TdClassName
{
border-color: #D49227;
}
.TagClassName
{
border-color: #D49227;
}
</style>