Shades of Buttercup #D29429
Tints of Buttercup #D29429
RGB
CMYK
RGB Variations
Color information
#D29429 (or 0xD29429) is known color: Buttercup. HEX triplet: D2, 94 and 29. RGB value is (210,148,41). Sum of RGB (Red+Green+Blue) = 210+148+41=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D29429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29429 is #2D6BD6. Grayscale: #9A9A9A. Windows color (decimal): -2976727 or 2725074. OLE color: 2725074.
HSL color Cylindrical-coordinate representation of color #D29429: hue angle of 37.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D29429 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 41 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.18 |
| HSL | 37.99º | 0.67% | 0.49% | - |
| HSV(B) | 37.99º | 0.8% | 0.82% | - |
| XYZ | 37.57 | 35.04 | 6.88 | - |
| YUV | 154.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 41 | 0 | 0.30 | 0.80 | 0.18 | 37.99 | 0.67 | 0.49 |
| Hex | D2 | 94 | 29 | 0 | 1E | 50 | 12 | 26 | 43 | 31 |
| Octal | 322 | 224 | 51 | 0 | 36 | 120 | 22 | 46 | 103 | 61 |
| Binary | 11010010 | 10010100 | 101001 | 0 | 11110 | 1010000 | 10010 | 100110 | 1000011 | 110001 |
Color Harmonies of #D29429
Complementary color
Monochromatic Colors of #D29429
Black with #D29429
Text Example
Text Example
White with #D29429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29429; }
p { color: rgb(210,148,41); }
H1.HeaderClassName
{
color: #D29429;
}
.AnyTagClassName
{
color: #D29429;
}
</style>
background-color css
<style>
a { background-color: #D29429; }
a { background-color: rgb(210,148,41); }
div.DivClassName
{
background-color: #D29429;
}
.BgClassName
{
background-color: #D29429;
}
</style>
border-color css
<style>
span { border-color: #D29429; }
span { border-color: rgb(210,148,41); }
td.TdClassName
{
border-color: #D29429;
}
.TagClassName
{
border-color: #D29429;
}
</style>