Shades of Buttercup #DA9A26
Tints of Buttercup #DA9A26
RGB
CMYK
RGB Variations
Color information
#DA9A26 (or 0xDA9A26) is known color: Buttercup. HEX triplet: DA, 9A and 26. RGB value is (218,154,38). Sum of RGB (Red+Green+Blue) = 218+154+38=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A26 is #2565D9. Grayscale: #A0A0A0. Windows color (decimal): -2450906 or 2530010. OLE color: 2530010.
HSL color Cylindrical-coordinate representation of color #DA9A26: hue angle of 38.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA9A26 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 38 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.15 |
| HSL | 38.67º | 0.71% | 0.5% | - |
| HSV(B) | 38.67º | 0.83% | 0.85% | - |
| XYZ | 40.82 | 38.16 | 7.05 | - |
| YUV | 159.91 | 59.2 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 38 | 0 | 0.29 | 0.83 | 0.15 | 38.67 | 0.71 | 0.5 |
| Hex | DA | 9A | 26 | 0 | 1D | 53 | F | 27 | 47 | 32 |
| Octal | 332 | 232 | 46 | 0 | 35 | 123 | 17 | 47 | 107 | 62 |
| Binary | 11011010 | 10011010 | 100110 | 0 | 11101 | 1010011 | 1111 | 100111 | 1000111 | 110010 |
Color Harmonies of #DA9A26
Complementary color
Monochromatic Colors of #DA9A26
Black with #DA9A26
Text Example
Text Example
White with #DA9A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A26; }
p { color: rgb(218,154,38); }
H1.HeaderClassName
{
color: #DA9A26;
}
.AnyTagClassName
{
color: #DA9A26;
}
</style>
background-color css
<style>
a { background-color: #DA9A26; }
a { background-color: rgb(218,154,38); }
div.DivClassName
{
background-color: #DA9A26;
}
.BgClassName
{
background-color: #DA9A26;
}
</style>
border-color css
<style>
span { border-color: #DA9A26; }
span { border-color: rgb(218,154,38); }
td.TdClassName
{
border-color: #DA9A26;
}
.TagClassName
{
border-color: #DA9A26;
}
</style>