Shades of Buttercup #D19122
Tints of Buttercup #D19122
RGB
CMYK
RGB Variations
Color information
#D19122 (or 0xD19122) is known color: Buttercup. HEX triplet: D1, 91 and 22. RGB value is (209,145,34). Sum of RGB (Red+Green+Blue) = 209+145+34=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D19122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19122 is #2E6EDD. Grayscale: #979797. Windows color (decimal): -3043038 or 2265553. OLE color: 2265553.
HSL color Cylindrical-coordinate representation of color #D19122: hue angle of 38.06º 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 #D19122 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 34 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.18 |
| HSL | 38.06º | 0.72% | 0.48% | - |
| HSV(B) | 38.06º | 0.84% | 0.82% | - |
| XYZ | 36.71 | 33.92 | 6.13 | - |
| YUV | 151.48 | 61.7 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 34 | 0 | 0.31 | 0.84 | 0.18 | 38.06 | 0.72 | 0.48 |
| Hex | D1 | 91 | 22 | 0 | 1F | 54 | 12 | 26 | 48 | 30 |
| Octal | 321 | 221 | 42 | 0 | 37 | 124 | 22 | 46 | 110 | 60 |
| Binary | 11010001 | 10010001 | 100010 | 0 | 11111 | 1010100 | 10010 | 100110 | 1001000 | 110000 |
Color Harmonies of #D19122
Complementary color
Monochromatic Colors of #D19122
Black with #D19122
Text Example
Text Example
White with #D19122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19122; }
p { color: rgb(209,145,34); }
H1.HeaderClassName
{
color: #D19122;
}
.AnyTagClassName
{
color: #D19122;
}
</style>
background-color css
<style>
a { background-color: #D19122; }
a { background-color: rgb(209,145,34); }
div.DivClassName
{
background-color: #D19122;
}
.BgClassName
{
background-color: #D19122;
}
</style>
border-color css
<style>
span { border-color: #D19122; }
span { border-color: rgb(209,145,34); }
td.TdClassName
{
border-color: #D19122;
}
.TagClassName
{
border-color: #D19122;
}
</style>