Shades of Buttercup #D29622
Tints of Buttercup #D29622
RGB
CMYK
RGB Variations
Color information
#D29622 (or 0xD29622) is known color: Buttercup. HEX triplet: D2, 96 and 22. RGB value is (210,150,34). Sum of RGB (Red+Green+Blue) = 210+150+34=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D29622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29622 is #2D69DD. Grayscale: #9B9B9B. Windows color (decimal): -2976222 or 2266834. OLE color: 2266834.
HSL color Cylindrical-coordinate representation of color #D29622: hue angle of 39.55º 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 #D29622 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 34 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.18 |
| HSL | 39.55º | 0.72% | 0.48% | - |
| HSV(B) | 39.55º | 0.84% | 0.82% | - |
| XYZ | 37.77 | 35.63 | 6.4 | - |
| YUV | 154.72 | 59.88 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 34 | 0 | 0.29 | 0.84 | 0.18 | 39.55 | 0.72 | 0.48 |
| Hex | D2 | 96 | 22 | 0 | 1D | 54 | 12 | 28 | 48 | 30 |
| Octal | 322 | 226 | 42 | 0 | 35 | 124 | 22 | 50 | 110 | 60 |
| Binary | 11010010 | 10010110 | 100010 | 0 | 11101 | 1010100 | 10010 | 101000 | 1001000 | 110000 |
Color Harmonies of #D29622
Complementary color
Monochromatic Colors of #D29622
Black with #D29622
Text Example
Text Example
White with #D29622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29622; }
p { color: rgb(210,150,34); }
H1.HeaderClassName
{
color: #D29622;
}
.AnyTagClassName
{
color: #D29622;
}
</style>
background-color css
<style>
a { background-color: #D29622; }
a { background-color: rgb(210,150,34); }
div.DivClassName
{
background-color: #D29622;
}
.BgClassName
{
background-color: #D29622;
}
</style>
border-color css
<style>
span { border-color: #D29622; }
span { border-color: rgb(210,150,34); }
td.TdClassName
{
border-color: #D29622;
}
.TagClassName
{
border-color: #D29622;
}
</style>