Shades of Buttercup #D48F17
Tints of Buttercup #D48F17
RGB
CMYK
RGB Variations
Color information
#D48F17 (or 0xD48F17) is known color: Buttercup. HEX triplet: D4, 8F and 17. RGB value is (212,143,23). Sum of RGB (Red+Green+Blue) = 212+143+23=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48F17 is #2B70E8. Grayscale: #969696. Windows color (decimal): -2846953 or 1544148. OLE color: 1544148.
HSL color Cylindrical-coordinate representation of color #D48F17: hue angle of 38.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D48F17 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.17 |
| HSL | 38.1º | 0.8% | 0.46% | - |
| HSV(B) | 38.1º | 0.89% | 0.83% | - |
| XYZ | 37.13 | 33.7 | 5.36 | - |
| YUV | 149.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 23 | 0 | 0.33 | 0.89 | 0.17 | 38.1 | 0.8 | 0.46 |
| Hex | D4 | 8F | 17 | 0 | 21 | 59 | 11 | 26 | 50 | 2E |
| Octal | 324 | 217 | 27 | 0 | 41 | 131 | 21 | 46 | 120 | 56 |
| Binary | 11010100 | 10001111 | 10111 | 0 | 100001 | 1011001 | 10001 | 100110 | 1010000 | 101110 |
Color Harmonies of #D48F17
Complementary color
Monochromatic Colors of #D48F17
Black with #D48F17
Text Example
Text Example
White with #D48F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F17; }
p { color: rgb(212,143,23); }
H1.HeaderClassName
{
color: #D48F17;
}
.AnyTagClassName
{
color: #D48F17;
}
</style>
background-color css
<style>
a { background-color: #D48F17; }
a { background-color: rgb(212,143,23); }
div.DivClassName
{
background-color: #D48F17;
}
.BgClassName
{
background-color: #D48F17;
}
</style>
border-color css
<style>
span { border-color: #D48F17; }
span { border-color: rgb(212,143,23); }
td.TdClassName
{
border-color: #D48F17;
}
.TagClassName
{
border-color: #D48F17;
}
</style>