Shades of Buttercup #D29128
Tints of Buttercup #D29128
RGB
CMYK
RGB Variations
Color information
#D29128 (or 0xD29128) is known color: Buttercup. HEX triplet: D2, 91 and 28. RGB value is (210,145,40). Sum of RGB (Red+Green+Blue) = 210+145+40=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D29128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29128 is #2D6ED7. Grayscale: #989898. Windows color (decimal): -2977496 or 2658770. OLE color: 2658770.
HSL color Cylindrical-coordinate representation of color #D29128: hue angle of 37.06º 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 #D29128 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 40 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.18 |
| HSL | 37.06º | 0.68% | 0.49% | - |
| HSV(B) | 37.06º | 0.81% | 0.82% | - |
| XYZ | 37.09 | 34.11 | 6.64 | - |
| YUV | 152.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 40 | 0 | 0.31 | 0.81 | 0.18 | 37.06 | 0.68 | 0.49 |
| Hex | D2 | 91 | 28 | 0 | 1F | 51 | 12 | 25 | 44 | 31 |
| Octal | 322 | 221 | 50 | 0 | 37 | 121 | 22 | 45 | 104 | 61 |
| Binary | 11010010 | 10010001 | 101000 | 0 | 11111 | 1010001 | 10010 | 100101 | 1000100 | 110001 |
Color Harmonies of #D29128
Complementary color
Monochromatic Colors of #D29128
Black with #D29128
Text Example
Text Example
White with #D29128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29128; }
p { color: rgb(210,145,40); }
H1.HeaderClassName
{
color: #D29128;
}
.AnyTagClassName
{
color: #D29128;
}
</style>
background-color css
<style>
a { background-color: #D29128; }
a { background-color: rgb(210,145,40); }
div.DivClassName
{
background-color: #D29128;
}
.BgClassName
{
background-color: #D29128;
}
</style>
border-color css
<style>
span { border-color: #D29128; }
span { border-color: rgb(210,145,40); }
td.TdClassName
{
border-color: #D29128;
}
.TagClassName
{
border-color: #D29128;
}
</style>