Shades of Buttercup #D19421
Tints of Buttercup #D19421
RGB
CMYK
RGB Variations
Color information
#D19421 (or 0xD19421) is known color: Buttercup. HEX triplet: D1, 94 and 21. RGB value is (209,148,33). Sum of RGB (Red+Green+Blue) = 209+148+33=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D19421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19421 is #2E6BDE. Grayscale: #999999. Windows color (decimal): -3042271 or 2200785. OLE color: 2200785.
HSL color Cylindrical-coordinate representation of color #D19421: hue angle of 39.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D19421 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.18 |
| HSL | 39.2º | 0.73% | 0.47% | - |
| HSV(B) | 39.2º | 0.84% | 0.82% | - |
| XYZ | 37.16 | 34.84 | 6.21 | - |
| YUV | 153.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 33 | 0 | 0.29 | 0.84 | 0.18 | 39.2 | 0.73 | 0.47 |
| Hex | D1 | 94 | 21 | 0 | 1D | 54 | 12 | 27 | 49 | 2F |
| Octal | 321 | 224 | 41 | 0 | 35 | 124 | 22 | 47 | 111 | 57 |
| Binary | 11010001 | 10010100 | 100001 | 0 | 11101 | 1010100 | 10010 | 100111 | 1001001 | 101111 |
Color Harmonies of #D19421
Complementary color
Monochromatic Colors of #D19421
Black with #D19421
Text Example
Text Example
White with #D19421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19421; }
p { color: rgb(209,148,33); }
H1.HeaderClassName
{
color: #D19421;
}
.AnyTagClassName
{
color: #D19421;
}
</style>
background-color css
<style>
a { background-color: #D19421; }
a { background-color: rgb(209,148,33); }
div.DivClassName
{
background-color: #D19421;
}
.BgClassName
{
background-color: #D19421;
}
</style>
border-color css
<style>
span { border-color: #D19421; }
span { border-color: rgb(209,148,33); }
td.TdClassName
{
border-color: #D19421;
}
.TagClassName
{
border-color: #D19421;
}
</style>