Shades of Buttercup #D48E26
Tints of Buttercup #D48E26
RGB
CMYK
RGB Variations
Color information
#D48E26 (or 0xD48E26) is known color: Buttercup. HEX triplet: D4, 8E and 26. RGB value is (212,142,38). Sum of RGB (Red+Green+Blue) = 212+142+38=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E26 is #2B71D9. Grayscale: #979797. Windows color (decimal): -2847194 or 2526932. OLE color: 2526932.
HSL color Cylindrical-coordinate representation of color #D48E26: hue angle of 35.86º degrees, saturation: 0.7, 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 #D48E26 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 38 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.17 |
| HSL | 35.86º | 0.7% | 0.49% | - |
| HSV(B) | 35.86º | 0.82% | 0.83% | - |
| XYZ | 37.17 | 33.48 | 6.34 | - |
| YUV | 151.07 | 64.19 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 38 | 0 | 0.33 | 0.82 | 0.17 | 35.86 | 0.7 | 0.49 |
| Hex | D4 | 8E | 26 | 0 | 21 | 52 | 11 | 24 | 46 | 31 |
| Octal | 324 | 216 | 46 | 0 | 41 | 122 | 21 | 44 | 106 | 61 |
| Binary | 11010100 | 10001110 | 100110 | 0 | 100001 | 1010010 | 10001 | 100100 | 1000110 | 110001 |
Color Harmonies of #D48E26
Complementary color
Monochromatic Colors of #D48E26
Black with #D48E26
Text Example
Text Example
White with #D48E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E26; }
p { color: rgb(212,142,38); }
H1.HeaderClassName
{
color: #D48E26;
}
.AnyTagClassName
{
color: #D48E26;
}
</style>
background-color css
<style>
a { background-color: #D48E26; }
a { background-color: rgb(212,142,38); }
div.DivClassName
{
background-color: #D48E26;
}
.BgClassName
{
background-color: #D48E26;
}
</style>
border-color css
<style>
span { border-color: #D48E26; }
span { border-color: rgb(212,142,38); }
td.TdClassName
{
border-color: #D48E26;
}
.TagClassName
{
border-color: #D48E26;
}
</style>