Shades of Buttercup #D29822
Tints of Buttercup #D29822
RGB
CMYK
RGB Variations
Color information
#D29822 (or 0xD29822) is known color: Buttercup. HEX triplet: D2, 98 and 22. RGB value is (210,152,34). Sum of RGB (Red+Green+Blue) = 210+152+34=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D29822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29822 is #2D67DD. Grayscale: #9C9C9C. Windows color (decimal): -2975710 or 2267346. OLE color: 2267346.
HSL color Cylindrical-coordinate representation of color #D29822: hue angle of 40.23º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D29822 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 34 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.18 |
| HSL | 40.23º | 0.72% | 0.48% | - |
| HSV(B) | 40.23º | 0.84% | 0.82% | - |
| XYZ | 38.1 | 36.27 | 6.51 | - |
| YUV | 155.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 34 | 0 | 0.28 | 0.84 | 0.18 | 40.23 | 0.72 | 0.48 |
| Hex | D2 | 98 | 22 | 0 | 1C | 54 | 12 | 28 | 48 | 30 |
| Octal | 322 | 230 | 42 | 0 | 34 | 124 | 22 | 50 | 110 | 60 |
| Binary | 11010010 | 10011000 | 100010 | 0 | 11100 | 1010100 | 10010 | 101000 | 1001000 | 110000 |
Color Harmonies of #D29822
Complementary color
Monochromatic Colors of #D29822
Black with #D29822
Text Example
Text Example
White with #D29822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29822; }
p { color: rgb(210,152,34); }
H1.HeaderClassName
{
color: #D29822;
}
.AnyTagClassName
{
color: #D29822;
}
</style>
background-color css
<style>
a { background-color: #D29822; }
a { background-color: rgb(210,152,34); }
div.DivClassName
{
background-color: #D29822;
}
.BgClassName
{
background-color: #D29822;
}
</style>
border-color css
<style>
span { border-color: #D29822; }
span { border-color: rgb(210,152,34); }
td.TdClassName
{
border-color: #D29822;
}
.TagClassName
{
border-color: #D29822;
}
</style>