Shades of Buttercup #D29A26
Tints of Buttercup #D29A26
RGB
CMYK
RGB Variations
Color information
#D29A26 (or 0xD29A26) is known color: Buttercup. HEX triplet: D2, 9A and 26. RGB value is (210,154,38). Sum of RGB (Red+Green+Blue) = 210+154+38=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A26 is #2D65D9. Grayscale: #9E9E9E. Windows color (decimal): -2975194 or 2530002. OLE color: 2530002.
HSL color Cylindrical-coordinate representation of color #D29A26: hue angle of 40.47º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D29A26 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 38 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.18 |
| HSL | 40.47º | 0.69% | 0.49% | - |
| HSV(B) | 40.47º | 0.82% | 0.82% | - |
| XYZ | 38.48 | 36.95 | 6.94 | - |
| YUV | 157.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 38 | 0 | 0.27 | 0.82 | 0.18 | 40.47 | 0.69 | 0.49 |
| Hex | D2 | 9A | 26 | 0 | 1B | 52 | 12 | 28 | 45 | 31 |
| Octal | 322 | 232 | 46 | 0 | 33 | 122 | 22 | 50 | 105 | 61 |
| Binary | 11010010 | 10011010 | 100110 | 0 | 11011 | 1010010 | 10010 | 101000 | 1000101 | 110001 |
Color Harmonies of #D29A26
Complementary color
Monochromatic Colors of #D29A26
Black with #D29A26
Text Example
Text Example
White with #D29A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A26; }
p { color: rgb(210,154,38); }
H1.HeaderClassName
{
color: #D29A26;
}
.AnyTagClassName
{
color: #D29A26;
}
</style>
background-color css
<style>
a { background-color: #D29A26; }
a { background-color: rgb(210,154,38); }
div.DivClassName
{
background-color: #D29A26;
}
.BgClassName
{
background-color: #D29A26;
}
</style>
border-color css
<style>
span { border-color: #D29A26; }
span { border-color: rgb(210,154,38); }
td.TdClassName
{
border-color: #D29A26;
}
.TagClassName
{
border-color: #D29A26;
}
</style>