Shades of Buttercup #D29526
Tints of Buttercup #D29526
RGB
CMYK
RGB Variations
Color information
#D29526 (or 0xD29526) is known color: Buttercup. HEX triplet: D2, 95 and 26. RGB value is (210,149,38). Sum of RGB (Red+Green+Blue) = 210+149+38=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D29526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29526 is #2D6AD9. Grayscale: #9B9B9B. Windows color (decimal): -2976474 or 2528722. OLE color: 2528722.
HSL color Cylindrical-coordinate representation of color #D29526: hue angle of 38.72º 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 #D29526 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 38 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.18 |
| HSL | 38.72º | 0.69% | 0.49% | - |
| HSV(B) | 38.72º | 0.82% | 0.82% | - |
| XYZ | 37.68 | 35.34 | 6.67 | - |
| YUV | 154.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 38 | 0 | 0.29 | 0.82 | 0.18 | 38.72 | 0.69 | 0.49 |
| Hex | D2 | 95 | 26 | 0 | 1D | 52 | 12 | 27 | 45 | 31 |
| Octal | 322 | 225 | 46 | 0 | 35 | 122 | 22 | 47 | 105 | 61 |
| Binary | 11010010 | 10010101 | 100110 | 0 | 11101 | 1010010 | 10010 | 100111 | 1000101 | 110001 |
Color Harmonies of #D29526
Complementary color
Monochromatic Colors of #D29526
Black with #D29526
Text Example
Text Example
White with #D29526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29526; }
p { color: rgb(210,149,38); }
H1.HeaderClassName
{
color: #D29526;
}
.AnyTagClassName
{
color: #D29526;
}
</style>
background-color css
<style>
a { background-color: #D29526; }
a { background-color: rgb(210,149,38); }
div.DivClassName
{
background-color: #D29526;
}
.BgClassName
{
background-color: #D29526;
}
</style>
border-color css
<style>
span { border-color: #D29526; }
span { border-color: rgb(210,149,38); }
td.TdClassName
{
border-color: #D29526;
}
.TagClassName
{
border-color: #D29526;
}
</style>