Shades of Buttercup #D29426
Tints of Buttercup #D29426
RGB
CMYK
RGB Variations
Color information
#D29426 (or 0xD29426) is known color: Buttercup. HEX triplet: D2, 94 and 26. RGB value is (210,148,38). Sum of RGB (Red+Green+Blue) = 210+148+38=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D29426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29426 is #2D6BD9. Grayscale: #9A9A9A. Windows color (decimal): -2976730 or 2528466. OLE color: 2528466.
HSL color Cylindrical-coordinate representation of color #D29426: hue angle of 38.37º 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 #D29426 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 38 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.18 |
| HSL | 38.37º | 0.69% | 0.49% | - |
| HSV(B) | 38.37º | 0.82% | 0.82% | - |
| XYZ | 37.52 | 35.02 | 6.62 | - |
| YUV | 154 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 38 | 0 | 0.30 | 0.82 | 0.18 | 38.37 | 0.69 | 0.49 |
| Hex | D2 | 94 | 26 | 0 | 1E | 52 | 12 | 26 | 45 | 31 |
| Octal | 322 | 224 | 46 | 0 | 36 | 122 | 22 | 46 | 105 | 61 |
| Binary | 11010010 | 10010100 | 100110 | 0 | 11110 | 1010010 | 10010 | 100110 | 1000101 | 110001 |
Color Harmonies of #D29426
Complementary color
Monochromatic Colors of #D29426
Black with #D29426
Text Example
Text Example
White with #D29426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29426; }
p { color: rgb(210,148,38); }
H1.HeaderClassName
{
color: #D29426;
}
.AnyTagClassName
{
color: #D29426;
}
</style>
background-color css
<style>
a { background-color: #D29426; }
a { background-color: rgb(210,148,38); }
div.DivClassName
{
background-color: #D29426;
}
.BgClassName
{
background-color: #D29426;
}
</style>
border-color css
<style>
span { border-color: #D29426; }
span { border-color: rgb(210,148,38); }
td.TdClassName
{
border-color: #D29426;
}
.TagClassName
{
border-color: #D29426;
}
</style>