Shades of Buttercup #D29520
Tints of Buttercup #D29520
RGB
CMYK
RGB Variations
Color information
#D29520 (or 0xD29520) is known color: Buttercup. HEX triplet: D2, 95 and 20. RGB value is (210,149,32). Sum of RGB (Red+Green+Blue) = 210+149+32=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D29520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29520 is #2D6ADF. Grayscale: #9A9A9A. Windows color (decimal): -2976480 or 2135506. OLE color: 2135506.
HSL color Cylindrical-coordinate representation of color #D29520: hue angle of 39.44º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D29520 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 32 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.18 |
| HSL | 39.44º | 0.74% | 0.47% | - |
| HSV(B) | 39.44º | 0.85% | 0.82% | - |
| XYZ | 37.59 | 35.3 | 6.2 | - |
| YUV | 153.9 | 59.21 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 32 | 0 | 0.29 | 0.85 | 0.18 | 39.44 | 0.74 | 0.47 |
| Hex | D2 | 95 | 20 | 0 | 1D | 55 | 12 | 27 | 4A | 2F |
| Octal | 322 | 225 | 40 | 0 | 35 | 125 | 22 | 47 | 112 | 57 |
| Binary | 11010010 | 10010101 | 100000 | 0 | 11101 | 1010101 | 10010 | 100111 | 1001010 | 101111 |
Color Harmonies of #D29520
Complementary color
Monochromatic Colors of #D29520
Black with #D29520
Text Example
Text Example
White with #D29520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29520; }
p { color: rgb(210,149,32); }
H1.HeaderClassName
{
color: #D29520;
}
.AnyTagClassName
{
color: #D29520;
}
</style>
background-color css
<style>
a { background-color: #D29520; }
a { background-color: rgb(210,149,32); }
div.DivClassName
{
background-color: #D29520;
}
.BgClassName
{
background-color: #D29520;
}
</style>
border-color css
<style>
span { border-color: #D29520; }
span { border-color: rgb(210,149,32); }
td.TdClassName
{
border-color: #D29520;
}
.TagClassName
{
border-color: #D29520;
}
</style>