Shades of Buttercup #D18F22
Tints of Buttercup #D18F22
RGB
CMYK
RGB Variations
Color information
#D18F22 (or 0xD18F22) is known color: Buttercup. HEX triplet: D1, 8F and 22. RGB value is (209,143,34). Sum of RGB (Red+Green+Blue) = 209+143+34=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F22 is #2E70DD. Grayscale: #969696. Windows color (decimal): -3043550 or 2265041. OLE color: 2265041.
HSL color Cylindrical-coordinate representation of color #D18F22: hue angle of 37.37º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D18F22 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 34 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.18 |
| HSL | 37.37º | 0.72% | 0.48% | - |
| HSV(B) | 37.37º | 0.84% | 0.82% | - |
| XYZ | 36.41 | 33.32 | 6.03 | - |
| YUV | 150.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 34 | 0 | 0.32 | 0.84 | 0.18 | 37.37 | 0.72 | 0.48 |
| Hex | D1 | 8F | 22 | 0 | 20 | 54 | 12 | 25 | 48 | 30 |
| Octal | 321 | 217 | 42 | 0 | 40 | 124 | 22 | 45 | 110 | 60 |
| Binary | 11010001 | 10001111 | 100010 | 0 | 100000 | 1010100 | 10010 | 100101 | 1001000 | 110000 |
Color Harmonies of #D18F22
Complementary color
Monochromatic Colors of #D18F22
Black with #D18F22
Text Example
Text Example
White with #D18F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F22; }
p { color: rgb(209,143,34); }
H1.HeaderClassName
{
color: #D18F22;
}
.AnyTagClassName
{
color: #D18F22;
}
</style>
background-color css
<style>
a { background-color: #D18F22; }
a { background-color: rgb(209,143,34); }
div.DivClassName
{
background-color: #D18F22;
}
.BgClassName
{
background-color: #D18F22;
}
</style>
border-color css
<style>
span { border-color: #D18F22; }
span { border-color: rgb(209,143,34); }
td.TdClassName
{
border-color: #D18F22;
}
.TagClassName
{
border-color: #D18F22;
}
</style>