Shades of Buttercup #DA9E28
Tints of Buttercup #DA9E28
RGB
CMYK
RGB Variations
Color information
#DA9E28 (or 0xDA9E28) is known color: Buttercup. HEX triplet: DA, 9E and 28. RGB value is (218,158,40). Sum of RGB (Red+Green+Blue) = 218+158+40=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9E28 is #2561D7. Grayscale: #A3A3A3. Windows color (decimal): -2449880 or 2662106. OLE color: 2662106.
HSL color Cylindrical-coordinate representation of color #DA9E28: hue angle of 39.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA9E28 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 40 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.15 |
| HSL | 39.78º | 0.71% | 0.51% | - |
| HSV(B) | 39.78º | 0.82% | 0.85% | - |
| XYZ | 41.52 | 39.51 | 7.45 | - |
| YUV | 162.49 | 58.88 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 40 | 0 | 0.28 | 0.82 | 0.15 | 39.78 | 0.71 | 0.51 |
| Hex | DA | 9E | 28 | 0 | 1C | 52 | F | 28 | 47 | 33 |
| Octal | 332 | 236 | 50 | 0 | 34 | 122 | 17 | 50 | 107 | 63 |
| Binary | 11011010 | 10011110 | 101000 | 0 | 11100 | 1010010 | 1111 | 101000 | 1000111 | 110011 |
Color Harmonies of #DA9E28
Complementary color
Monochromatic Colors of #DA9E28
Black with #DA9E28
Text Example
Text Example
White with #DA9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E28; }
p { color: rgb(218,158,40); }
H1.HeaderClassName
{
color: #DA9E28;
}
.AnyTagClassName
{
color: #DA9E28;
}
</style>
background-color css
<style>
a { background-color: #DA9E28; }
a { background-color: rgb(218,158,40); }
div.DivClassName
{
background-color: #DA9E28;
}
.BgClassName
{
background-color: #DA9E28;
}
</style>
border-color css
<style>
span { border-color: #DA9E28; }
span { border-color: rgb(218,158,40); }
td.TdClassName
{
border-color: #DA9E28;
}
.TagClassName
{
border-color: #DA9E28;
}
</style>