Shades of Buttercup #D29422
Tints of Buttercup #D29422
RGB
CMYK
RGB Variations
Color information
#D29422 (or 0xD29422) is known color: Buttercup. HEX triplet: D2, 94 and 22. RGB value is (210,148,34). Sum of RGB (Red+Green+Blue) = 210+148+34=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D29422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29422 is #2D6BDD. Grayscale: #9A9A9A. Windows color (decimal): -2976734 or 2266322. OLE color: 2266322.
HSL color Cylindrical-coordinate representation of color #D29422: hue angle of 38.86º 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 #D29422 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 34 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.18 |
| HSL | 38.86º | 0.72% | 0.48% | - |
| HSV(B) | 38.86º | 0.84% | 0.82% | - |
| XYZ | 37.46 | 35 | 6.29 | - |
| YUV | 153.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 34 | 0 | 0.30 | 0.84 | 0.18 | 38.86 | 0.72 | 0.48 |
| Hex | D2 | 94 | 22 | 0 | 1E | 54 | 12 | 27 | 48 | 30 |
| Octal | 322 | 224 | 42 | 0 | 36 | 124 | 22 | 47 | 110 | 60 |
| Binary | 11010010 | 10010100 | 100010 | 0 | 11110 | 1010100 | 10010 | 100111 | 1001000 | 110000 |
Color Harmonies of #D29422
Complementary color
Monochromatic Colors of #D29422
Black with #D29422
Text Example
Text Example
White with #D29422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29422; }
p { color: rgb(210,148,34); }
H1.HeaderClassName
{
color: #D29422;
}
.AnyTagClassName
{
color: #D29422;
}
</style>
background-color css
<style>
a { background-color: #D29422; }
a { background-color: rgb(210,148,34); }
div.DivClassName
{
background-color: #D29422;
}
.BgClassName
{
background-color: #D29422;
}
</style>
border-color css
<style>
span { border-color: #D29422; }
span { border-color: rgb(210,148,34); }
td.TdClassName
{
border-color: #D29422;
}
.TagClassName
{
border-color: #D29422;
}
</style>