Shades of Buttercup #D48C18
Tints of Buttercup #D48C18
RGB
CMYK
RGB Variations
Color information
#D48C18 (or 0xD48C18) is known color: Buttercup. HEX triplet: D4, 8C and 18. RGB value is (212,140,24). Sum of RGB (Red+Green+Blue) = 212+140+24=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48C18 is #2B73E7. Grayscale: #949494. Windows color (decimal): -2847720 or 1608916. OLE color: 1608916.
HSL color Cylindrical-coordinate representation of color #D48C18: hue angle of 37.02º 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 #D48C18 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.17 |
| HSL | 37.02º | 0.8% | 0.46% | - |
| HSV(B) | 37.02º | 0.89% | 0.83% | - |
| XYZ | 36.69 | 32.82 | 5.26 | - |
| YUV | 148.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 24 | 0 | 0.34 | 0.89 | 0.17 | 37.02 | 0.8 | 0.46 |
| Hex | D4 | 8C | 18 | 0 | 22 | 59 | 11 | 25 | 50 | 2E |
| Octal | 324 | 214 | 30 | 0 | 42 | 131 | 21 | 45 | 120 | 56 |
| Binary | 11010100 | 10001100 | 11000 | 0 | 100010 | 1011001 | 10001 | 100101 | 1010000 | 101110 |
Color Harmonies of #D48C18
Complementary color
Monochromatic Colors of #D48C18
Black with #D48C18
Text Example
Text Example
White with #D48C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C18; }
p { color: rgb(212,140,24); }
H1.HeaderClassName
{
color: #D48C18;
}
.AnyTagClassName
{
color: #D48C18;
}
</style>
background-color css
<style>
a { background-color: #D48C18; }
a { background-color: rgb(212,140,24); }
div.DivClassName
{
background-color: #D48C18;
}
.BgClassName
{
background-color: #D48C18;
}
</style>
border-color css
<style>
span { border-color: #D48C18; }
span { border-color: rgb(212,140,24); }
td.TdClassName
{
border-color: #D48C18;
}
.TagClassName
{
border-color: #D48C18;
}
</style>