Shades of Buttercup #D19422
Tints of Buttercup #D19422
RGB
CMYK
RGB Variations
Color information
#D19422 (or 0xD19422) is known color: Buttercup. HEX triplet: D1, 94 and 22. RGB value is (209,148,34). Sum of RGB (Red+Green+Blue) = 209+148+34=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D19422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19422 is #2E6BDD. Grayscale: #999999. Windows color (decimal): -3042270 or 2266321. OLE color: 2266321.
HSL color Cylindrical-coordinate representation of color #D19422: hue angle of 39.09º 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 #D19422 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 34 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.18 |
| HSL | 39.09º | 0.72% | 0.48% | - |
| HSV(B) | 39.09º | 0.84% | 0.82% | - |
| XYZ | 37.17 | 34.85 | 6.28 | - |
| YUV | 153.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 34 | 0 | 0.29 | 0.84 | 0.18 | 39.09 | 0.72 | 0.48 |
| Hex | D1 | 94 | 22 | 0 | 1D | 54 | 12 | 27 | 48 | 30 |
| Octal | 321 | 224 | 42 | 0 | 35 | 124 | 22 | 47 | 110 | 60 |
| Binary | 11010001 | 10010100 | 100010 | 0 | 11101 | 1010100 | 10010 | 100111 | 1001000 | 110000 |
Color Harmonies of #D19422
Complementary color
Monochromatic Colors of #D19422
Black with #D19422
Text Example
Text Example
White with #D19422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19422; }
p { color: rgb(209,148,34); }
H1.HeaderClassName
{
color: #D19422;
}
.AnyTagClassName
{
color: #D19422;
}
</style>
background-color css
<style>
a { background-color: #D19422; }
a { background-color: rgb(209,148,34); }
div.DivClassName
{
background-color: #D19422;
}
.BgClassName
{
background-color: #D19422;
}
</style>
border-color css
<style>
span { border-color: #D19422; }
span { border-color: rgb(209,148,34); }
td.TdClassName
{
border-color: #D19422;
}
.TagClassName
{
border-color: #D19422;
}
</style>