Shades of Buttercup #D18D22
Tints of Buttercup #D18D22
RGB
CMYK
RGB Variations
Color information
#D18D22 (or 0xD18D22) is known color: Buttercup. HEX triplet: D1, 8D and 22. RGB value is (209,141,34). Sum of RGB (Red+Green+Blue) = 209+141+34=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D22 is #2E72DD. Grayscale: #959595. Windows color (decimal): -3044062 or 2264529. OLE color: 2264529.
HSL color Cylindrical-coordinate representation of color #D18D22: hue angle of 36.69º 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 #D18D22 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 34 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.18 |
| HSL | 36.69º | 0.72% | 0.48% | - |
| HSV(B) | 36.69º | 0.84% | 0.82% | - |
| XYZ | 36.11 | 32.72 | 5.93 | - |
| YUV | 149.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 34 | 0 | 0.33 | 0.84 | 0.18 | 36.69 | 0.72 | 0.48 |
| Hex | D1 | 8D | 22 | 0 | 21 | 54 | 12 | 25 | 48 | 30 |
| Octal | 321 | 215 | 42 | 0 | 41 | 124 | 22 | 45 | 110 | 60 |
| Binary | 11010001 | 10001101 | 100010 | 0 | 100001 | 1010100 | 10010 | 100101 | 1001000 | 110000 |
Color Harmonies of #D18D22
Complementary color
Monochromatic Colors of #D18D22
Black with #D18D22
Text Example
Text Example
White with #D18D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18D22; }
p { color: rgb(209,141,34); }
H1.HeaderClassName
{
color: #D18D22;
}
.AnyTagClassName
{
color: #D18D22;
}
</style>
background-color css
<style>
a { background-color: #D18D22; }
a { background-color: rgb(209,141,34); }
div.DivClassName
{
background-color: #D18D22;
}
.BgClassName
{
background-color: #D18D22;
}
</style>
border-color css
<style>
span { border-color: #D18D22; }
span { border-color: rgb(209,141,34); }
td.TdClassName
{
border-color: #D18D22;
}
.TagClassName
{
border-color: #D18D22;
}
</style>