Shades of Buttercup #DA911B
Tints of Buttercup #DA911B
RGB
CMYK
RGB Variations
Color information
#DA911B (or 0xDA911B) is known color: Buttercup. HEX triplet: DA, 91 and 1B. RGB value is (218,145,27). Sum of RGB (Red+Green+Blue) = 218+145+27=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA911B is #256EE4. Grayscale: #999999. Windows color (decimal): -2453221 or 1806810. OLE color: 1806810.
HSL color Cylindrical-coordinate representation of color #DA911B: hue angle of 37.07º degrees, saturation: 0.78, 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 #DA911B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.15 |
| HSL | 37.07º | 0.78% | 0.48% | - |
| HSV(B) | 37.07º | 0.88% | 0.85% | - |
| XYZ | 39.24 | 35.24 | 5.77 | - |
| YUV | 153.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 27 | 0 | 0.33 | 0.88 | 0.15 | 37.07 | 0.78 | 0.48 |
| Hex | DA | 91 | 1B | 0 | 21 | 58 | F | 25 | 4E | 30 |
| Octal | 332 | 221 | 33 | 0 | 41 | 130 | 17 | 45 | 116 | 60 |
| Binary | 11011010 | 10010001 | 11011 | 0 | 100001 | 1011000 | 1111 | 100101 | 1001110 | 110000 |
Color Harmonies of #DA911B
Complementary color
Monochromatic Colors of #DA911B
Black with #DA911B
Text Example
Text Example
White with #DA911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA911B; }
p { color: rgb(218,145,27); }
H1.HeaderClassName
{
color: #DA911B;
}
.AnyTagClassName
{
color: #DA911B;
}
</style>
background-color css
<style>
a { background-color: #DA911B; }
a { background-color: rgb(218,145,27); }
div.DivClassName
{
background-color: #DA911B;
}
.BgClassName
{
background-color: #DA911B;
}
</style>
border-color css
<style>
span { border-color: #DA911B; }
span { border-color: rgb(218,145,27); }
td.TdClassName
{
border-color: #DA911B;
}
.TagClassName
{
border-color: #DA911B;
}
</style>