Shades of Buttercup #D29B26
Tints of Buttercup #D29B26
RGB
CMYK
RGB Variations
Color information
#D29B26 (or 0xD29B26) is known color: Buttercup. HEX triplet: D2, 9B and 26. RGB value is (210,155,38). Sum of RGB (Red+Green+Blue) = 210+155+38=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29B26 is #2D64D9. Grayscale: #9E9E9E. Windows color (decimal): -2974938 or 2530258. OLE color: 2530258.
HSL color Cylindrical-coordinate representation of color #D29B26: hue angle of 40.81º 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 #D29B26 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 38 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.18 |
| HSL | 40.81º | 0.69% | 0.49% | - |
| HSV(B) | 40.81º | 0.82% | 0.82% | - |
| XYZ | 38.65 | 37.28 | 6.99 | - |
| YUV | 158.11 | 60.22 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 38 | 0 | 0.26 | 0.82 | 0.18 | 40.81 | 0.69 | 0.49 |
| Hex | D2 | 9B | 26 | 0 | 1A | 52 | 12 | 29 | 45 | 31 |
| Octal | 322 | 233 | 46 | 0 | 32 | 122 | 22 | 51 | 105 | 61 |
| Binary | 11010010 | 10011011 | 100110 | 0 | 11010 | 1010010 | 10010 | 101001 | 1000101 | 110001 |
Color Harmonies of #D29B26
Complementary color
Monochromatic Colors of #D29B26
Black with #D29B26
Text Example
Text Example
White with #D29B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B26; }
p { color: rgb(210,155,38); }
H1.HeaderClassName
{
color: #D29B26;
}
.AnyTagClassName
{
color: #D29B26;
}
</style>
background-color css
<style>
a { background-color: #D29B26; }
a { background-color: rgb(210,155,38); }
div.DivClassName
{
background-color: #D29B26;
}
.BgClassName
{
background-color: #D29B26;
}
</style>
border-color css
<style>
span { border-color: #D29B26; }
span { border-color: rgb(210,155,38); }
td.TdClassName
{
border-color: #D29B26;
}
.TagClassName
{
border-color: #D29B26;
}
</style>