Shades of Buttercup #DA911A
Tints of Buttercup #DA911A
RGB
CMYK
RGB Variations
Color information
#DA911A (or 0xDA911A) is known color: Buttercup. HEX triplet: DA, 91 and 1A. RGB value is (218,145,26). Sum of RGB (Red+Green+Blue) = 218+145+26=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA911A is #256EE5. Grayscale: #999999. Windows color (decimal): -2453222 or 1741274. OLE color: 1741274.
HSL color Cylindrical-coordinate representation of color #DA911A: hue angle of 37.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA911A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 26 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.15 |
| HSL | 37.19º | 0.79% | 0.48% | - |
| HSV(B) | 37.19º | 0.88% | 0.85% | - |
| XYZ | 39.23 | 35.23 | 5.71 | - |
| YUV | 153.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 26 | 0 | 0.33 | 0.88 | 0.15 | 37.19 | 0.79 | 0.48 |
| Hex | DA | 91 | 1A | 0 | 21 | 58 | F | 25 | 4F | 30 |
| Octal | 332 | 221 | 32 | 0 | 41 | 130 | 17 | 45 | 117 | 60 |
| Binary | 11011010 | 10010001 | 11010 | 0 | 100001 | 1011000 | 1111 | 100101 | 1001111 | 110000 |
Color Harmonies of #DA911A
Complementary color
Monochromatic Colors of #DA911A
Black with #DA911A
Text Example
Text Example
White with #DA911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA911A; }
p { color: rgb(218,145,26); }
H1.HeaderClassName
{
color: #DA911A;
}
.AnyTagClassName
{
color: #DA911A;
}
</style>
background-color css
<style>
a { background-color: #DA911A; }
a { background-color: rgb(218,145,26); }
div.DivClassName
{
background-color: #DA911A;
}
.BgClassName
{
background-color: #DA911A;
}
</style>
border-color css
<style>
span { border-color: #DA911A; }
span { border-color: rgb(218,145,26); }
td.TdClassName
{
border-color: #DA911A;
}
.TagClassName
{
border-color: #DA911A;
}
</style>