Shades of Buttercup #D49425
Tints of Buttercup #D49425
RGB
CMYK
RGB Variations
Color information
#D49425 (or 0xD49425) is known color: Buttercup. HEX triplet: D4, 94 and 25. RGB value is (212,148,37). Sum of RGB (Red+Green+Blue) = 212+148+37=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D49425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49425 is #2B6BDA. Grayscale: #9A9A9A. Windows color (decimal): -2845659 or 2462932. OLE color: 2462932.
HSL color Cylindrical-coordinate representation of color #D49425: hue angle of 38.06º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D49425 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 37 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.17 |
| HSL | 38.06º | 0.7% | 0.49% | - |
| HSV(B) | 38.06º | 0.83% | 0.83% | - |
| XYZ | 38.08 | 35.31 | 6.56 | - |
| YUV | 154.48 | 61.7 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 37 | 0 | 0.30 | 0.83 | 0.17 | 38.06 | 0.7 | 0.49 |
| Hex | D4 | 94 | 25 | 0 | 1E | 53 | 11 | 26 | 46 | 31 |
| Octal | 324 | 224 | 45 | 0 | 36 | 123 | 21 | 46 | 106 | 61 |
| Binary | 11010100 | 10010100 | 100101 | 0 | 11110 | 1010011 | 10001 | 100110 | 1000110 | 110001 |
Color Harmonies of #D49425
Complementary color
Monochromatic Colors of #D49425
Black with #D49425
Text Example
Text Example
White with #D49425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49425; }
p { color: rgb(212,148,37); }
H1.HeaderClassName
{
color: #D49425;
}
.AnyTagClassName
{
color: #D49425;
}
</style>
background-color css
<style>
a { background-color: #D49425; }
a { background-color: rgb(212,148,37); }
div.DivClassName
{
background-color: #D49425;
}
.BgClassName
{
background-color: #D49425;
}
</style>
border-color css
<style>
span { border-color: #D49425; }
span { border-color: rgb(212,148,37); }
td.TdClassName
{
border-color: #D49425;
}
.TagClassName
{
border-color: #D49425;
}
</style>