Shades of Buttercup #D59A21
Tints of Buttercup #D59A21
RGB
CMYK
RGB Variations
Color information
#D59A21 (or 0xD59A21) is known color: Buttercup. HEX triplet: D5, 9A and 21. RGB value is (213,154,33). Sum of RGB (Red+Green+Blue) = 213+154+33=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A21 is #2A65DE. Grayscale: #9E9E9E. Windows color (decimal): -2778591 or 2202325. OLE color: 2202325.
HSL color Cylindrical-coordinate representation of color #D59A21: hue angle of 40.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59A21 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 33 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.16 |
| HSL | 40.33º | 0.73% | 0.48% | - |
| HSV(B) | 40.33º | 0.85% | 0.84% | - |
| XYZ | 39.27 | 37.37 | 6.58 | - |
| YUV | 157.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 33 | 0 | 0.28 | 0.85 | 0.16 | 40.33 | 0.73 | 0.48 |
| Hex | D5 | 9A | 21 | 0 | 1C | 55 | 10 | 28 | 49 | 30 |
| Octal | 325 | 232 | 41 | 0 | 34 | 125 | 20 | 50 | 111 | 60 |
| Binary | 11010101 | 10011010 | 100001 | 0 | 11100 | 1010101 | 10000 | 101000 | 1001001 | 110000 |
Color Harmonies of #D59A21
Complementary color
Monochromatic Colors of #D59A21
Black with #D59A21
Text Example
Text Example
White with #D59A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A21; }
p { color: rgb(213,154,33); }
H1.HeaderClassName
{
color: #D59A21;
}
.AnyTagClassName
{
color: #D59A21;
}
</style>
background-color css
<style>
a { background-color: #D59A21; }
a { background-color: rgb(213,154,33); }
div.DivClassName
{
background-color: #D59A21;
}
.BgClassName
{
background-color: #D59A21;
}
</style>
border-color css
<style>
span { border-color: #D59A21; }
span { border-color: rgb(213,154,33); }
td.TdClassName
{
border-color: #D59A21;
}
.TagClassName
{
border-color: #D59A21;
}
</style>