Shades of Buttercup #D29028
Tints of Buttercup #D29028
RGB
CMYK
RGB Variations
Color information
#D29028 (or 0xD29028) is known color: Buttercup. HEX triplet: D2, 90 and 28. RGB value is (210,144,40). Sum of RGB (Red+Green+Blue) = 210+144+40=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D29028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29028 is #2D6FD7. Grayscale: #989898. Windows color (decimal): -2977752 or 2658514. OLE color: 2658514.
HSL color Cylindrical-coordinate representation of color #D29028: hue angle of 36.71º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D29028 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 40 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.18 |
| HSL | 36.71º | 0.68% | 0.49% | - |
| HSV(B) | 36.71º | 0.81% | 0.82% | - |
| XYZ | 36.93 | 33.8 | 6.59 | - |
| YUV | 151.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 40 | 0 | 0.31 | 0.81 | 0.18 | 36.71 | 0.68 | 0.49 |
| Hex | D2 | 90 | 28 | 0 | 1F | 51 | 12 | 25 | 44 | 31 |
| Octal | 322 | 220 | 50 | 0 | 37 | 121 | 22 | 45 | 104 | 61 |
| Binary | 11010010 | 10010000 | 101000 | 0 | 11111 | 1010001 | 10010 | 100101 | 1000100 | 110001 |
Color Harmonies of #D29028
Complementary color
Monochromatic Colors of #D29028
Black with #D29028
Text Example
Text Example
White with #D29028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29028; }
p { color: rgb(210,144,40); }
H1.HeaderClassName
{
color: #D29028;
}
.AnyTagClassName
{
color: #D29028;
}
</style>
background-color css
<style>
a { background-color: #D29028; }
a { background-color: rgb(210,144,40); }
div.DivClassName
{
background-color: #D29028;
}
.BgClassName
{
background-color: #D29028;
}
</style>
border-color css
<style>
span { border-color: #D29028; }
span { border-color: rgb(210,144,40); }
td.TdClassName
{
border-color: #D29028;
}
.TagClassName
{
border-color: #D29028;
}
</style>