Shades of Buttercup #D29126
Tints of Buttercup #D29126
RGB
CMYK
RGB Variations
Color information
#D29126 (or 0xD29126) is known color: Buttercup. HEX triplet: D2, 91 and 26. RGB value is (210,145,38). Sum of RGB (Red+Green+Blue) = 210+145+38=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29126 is #2D6ED9. Grayscale: #989898. Windows color (decimal): -2977498 or 2527698. OLE color: 2527698.
HSL color Cylindrical-coordinate representation of color #D29126: hue angle of 37.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D29126 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 38 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.18 |
| HSL | 37.33º | 0.69% | 0.49% | - |
| HSV(B) | 37.33º | 0.82% | 0.82% | - |
| XYZ | 37.05 | 34.09 | 6.46 | - |
| YUV | 152.24 | 63.53 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 38 | 0 | 0.31 | 0.82 | 0.18 | 37.33 | 0.69 | 0.49 |
| Hex | D2 | 91 | 26 | 0 | 1F | 52 | 12 | 25 | 45 | 31 |
| Octal | 322 | 221 | 46 | 0 | 37 | 122 | 22 | 45 | 105 | 61 |
| Binary | 11010010 | 10010001 | 100110 | 0 | 11111 | 1010010 | 10010 | 100101 | 1000101 | 110001 |
Color Harmonies of #D29126
Complementary color
Monochromatic Colors of #D29126
Black with #D29126
Text Example
Text Example
White with #D29126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29126; }
p { color: rgb(210,145,38); }
H1.HeaderClassName
{
color: #D29126;
}
.AnyTagClassName
{
color: #D29126;
}
</style>
background-color css
<style>
a { background-color: #D29126; }
a { background-color: rgb(210,145,38); }
div.DivClassName
{
background-color: #D29126;
}
.BgClassName
{
background-color: #D29126;
}
</style>
border-color css
<style>
span { border-color: #D29126; }
span { border-color: rgb(210,145,38); }
td.TdClassName
{
border-color: #D29126;
}
.TagClassName
{
border-color: #D29126;
}
</style>