Shades of Buttercup #DA9D29
Tints of Buttercup #DA9D29
RGB
CMYK
RGB Variations
Color information
#DA9D29 (or 0xDA9D29) is known color: Buttercup. HEX triplet: DA, 9D and 29. RGB value is (218,157,41). Sum of RGB (Red+Green+Blue) = 218+157+41=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9D29 is #2562D6. Grayscale: #A2A2A2. Windows color (decimal): -2450135 or 2727386. OLE color: 2727386.
HSL color Cylindrical-coordinate representation of color #DA9D29: hue angle of 39.32º 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 #DA9D29 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 41 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.15 |
| HSL | 39.32º | 0.71% | 0.51% | - |
| HSV(B) | 39.32º | 0.81% | 0.85% | - |
| XYZ | 41.37 | 39.18 | 7.48 | - |
| YUV | 162.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 41 | 0 | 0.28 | 0.81 | 0.15 | 39.32 | 0.71 | 0.51 |
| Hex | DA | 9D | 29 | 0 | 1C | 51 | F | 27 | 47 | 33 |
| Octal | 332 | 235 | 51 | 0 | 34 | 121 | 17 | 47 | 107 | 63 |
| Binary | 11011010 | 10011101 | 101001 | 0 | 11100 | 1010001 | 1111 | 100111 | 1000111 | 110011 |
Color Harmonies of #DA9D29
Complementary color
Monochromatic Colors of #DA9D29
Black with #DA9D29
Text Example
Text Example
White with #DA9D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9D29; }
p { color: rgb(218,157,41); }
H1.HeaderClassName
{
color: #DA9D29;
}
.AnyTagClassName
{
color: #DA9D29;
}
</style>
background-color css
<style>
a { background-color: #DA9D29; }
a { background-color: rgb(218,157,41); }
div.DivClassName
{
background-color: #DA9D29;
}
.BgClassName
{
background-color: #DA9D29;
}
</style>
border-color css
<style>
span { border-color: #DA9D29; }
span { border-color: rgb(218,157,41); }
td.TdClassName
{
border-color: #DA9D29;
}
.TagClassName
{
border-color: #DA9D29;
}
</style>