Shades of Buttercup #D29322
Tints of Buttercup #D29322
RGB
CMYK
RGB Variations
Color information
#D29322 (or 0xD29322) is known color: Buttercup. HEX triplet: D2, 93 and 22. RGB value is (210,147,34). Sum of RGB (Red+Green+Blue) = 210+147+34=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D29322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29322 is #2D6CDD. Grayscale: #999999. Windows color (decimal): -2976990 or 2266066. OLE color: 2266066.
HSL color Cylindrical-coordinate representation of color #D29322: hue angle of 38.52º 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 #D29322 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 34 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.18 |
| HSL | 38.52º | 0.72% | 0.48% | - |
| HSV(B) | 38.52º | 0.84% | 0.82% | - |
| XYZ | 37.3 | 34.68 | 6.24 | - |
| YUV | 152.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 34 | 0 | 0.30 | 0.84 | 0.18 | 38.52 | 0.72 | 0.48 |
| Hex | D2 | 93 | 22 | 0 | 1E | 54 | 12 | 27 | 48 | 30 |
| Octal | 322 | 223 | 42 | 0 | 36 | 124 | 22 | 47 | 110 | 60 |
| Binary | 11010010 | 10010011 | 100010 | 0 | 11110 | 1010100 | 10010 | 100111 | 1001000 | 110000 |
Color Harmonies of #D29322
Complementary color
Monochromatic Colors of #D29322
Black with #D29322
Text Example
Text Example
White with #D29322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29322; }
p { color: rgb(210,147,34); }
H1.HeaderClassName
{
color: #D29322;
}
.AnyTagClassName
{
color: #D29322;
}
</style>
background-color css
<style>
a { background-color: #D29322; }
a { background-color: rgb(210,147,34); }
div.DivClassName
{
background-color: #D29322;
}
.BgClassName
{
background-color: #D29322;
}
</style>
border-color css
<style>
span { border-color: #D29322; }
span { border-color: rgb(210,147,34); }
td.TdClassName
{
border-color: #D29322;
}
.TagClassName
{
border-color: #D29322;
}
</style>