Shades of Buttercup #D49427
Tints of Buttercup #D49427
RGB
CMYK
RGB Variations
Color information
#D49427 (or 0xD49427) is known color: Buttercup. HEX triplet: D4, 94 and 27. RGB value is (212,148,39). Sum of RGB (Red+Green+Blue) = 212+148+39=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D49427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49427 is #2B6BD8. Grayscale: #9B9B9B. Windows color (decimal): -2845657 or 2594004. OLE color: 2594004.
HSL color Cylindrical-coordinate representation of color #D49427: hue angle of 37.8º 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 #D49427 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 39 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.17 |
| HSL | 37.8º | 0.69% | 0.49% | - |
| HSV(B) | 37.8º | 0.82% | 0.83% | - |
| XYZ | 38.11 | 35.32 | 6.73 | - |
| YUV | 154.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 39 | 0 | 0.30 | 0.82 | 0.17 | 37.8 | 0.69 | 0.49 |
| Hex | D4 | 94 | 27 | 0 | 1E | 52 | 11 | 26 | 45 | 31 |
| Octal | 324 | 224 | 47 | 0 | 36 | 122 | 21 | 46 | 105 | 61 |
| Binary | 11010100 | 10010100 | 100111 | 0 | 11110 | 1010010 | 10001 | 100110 | 1000101 | 110001 |
Color Harmonies of #D49427
Complementary color
Monochromatic Colors of #D49427
Black with #D49427
Text Example
Text Example
White with #D49427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49427; }
p { color: rgb(212,148,39); }
H1.HeaderClassName
{
color: #D49427;
}
.AnyTagClassName
{
color: #D49427;
}
</style>
background-color css
<style>
a { background-color: #D49427; }
a { background-color: rgb(212,148,39); }
div.DivClassName
{
background-color: #D49427;
}
.BgClassName
{
background-color: #D49427;
}
</style>
border-color css
<style>
span { border-color: #D49427; }
span { border-color: rgb(212,148,39); }
td.TdClassName
{
border-color: #D49427;
}
.TagClassName
{
border-color: #D49427;
}
</style>