Shades of Buttercup #DA9A29
Tints of Buttercup #DA9A29
RGB
CMYK
RGB Variations
Color information
#DA9A29 (or 0xDA9A29) is known color: Buttercup. HEX triplet: DA, 9A and 29. RGB value is (218,154,41). Sum of RGB (Red+Green+Blue) = 218+154+41=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A29 is #2565D6. Grayscale: #A0A0A0. Windows color (decimal): -2450903 or 2726618. OLE color: 2726618.
HSL color Cylindrical-coordinate representation of color #DA9A29: hue angle of 38.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA9A29 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 41 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.15 |
| HSL | 38.31º | 0.71% | 0.51% | - |
| HSV(B) | 38.31º | 0.81% | 0.85% | - |
| XYZ | 40.87 | 38.18 | 7.31 | - |
| YUV | 160.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 41 | 0 | 0.29 | 0.81 | 0.15 | 38.31 | 0.71 | 0.51 |
| Hex | DA | 9A | 29 | 0 | 1D | 51 | F | 26 | 47 | 33 |
| Octal | 332 | 232 | 51 | 0 | 35 | 121 | 17 | 46 | 107 | 63 |
| Binary | 11011010 | 10011010 | 101001 | 0 | 11101 | 1010001 | 1111 | 100110 | 1000111 | 110011 |
Color Harmonies of #DA9A29
Complementary color
Monochromatic Colors of #DA9A29
Black with #DA9A29
Text Example
Text Example
White with #DA9A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A29; }
p { color: rgb(218,154,41); }
H1.HeaderClassName
{
color: #DA9A29;
}
.AnyTagClassName
{
color: #DA9A29;
}
</style>
background-color css
<style>
a { background-color: #DA9A29; }
a { background-color: rgb(218,154,41); }
div.DivClassName
{
background-color: #DA9A29;
}
.BgClassName
{
background-color: #DA9A29;
}
</style>
border-color css
<style>
span { border-color: #DA9A29; }
span { border-color: rgb(218,154,41); }
td.TdClassName
{
border-color: #DA9A29;
}
.TagClassName
{
border-color: #DA9A29;
}
</style>