Shades of Buttercup #DA881B
Tints of Buttercup #DA881B
RGB
CMYK
RGB Variations
Color information
#DA881B (or 0xDA881B) is known color: Buttercup. HEX triplet: DA, 88 and 1B. RGB value is (218,136,27). Sum of RGB (Red+Green+Blue) = 218+136+27=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA881B is #2577E4. Grayscale: #949494. Windows color (decimal): -2455525 or 1804506. OLE color: 1804506.
HSL color Cylindrical-coordinate representation of color #DA881B: hue angle of 34.24º 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 #DA881B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 27 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.15 |
| HSL | 34.24º | 0.78% | 0.48% | - |
| HSV(B) | 34.24º | 0.88% | 0.85% | - |
| XYZ | 37.92 | 32.59 | 5.33 | - |
| YUV | 148.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 27 | 0 | 0.38 | 0.88 | 0.15 | 34.24 | 0.78 | 0.48 |
| Hex | DA | 88 | 1B | 0 | 26 | 58 | F | 22 | 4E | 30 |
| Octal | 332 | 210 | 33 | 0 | 46 | 130 | 17 | 42 | 116 | 60 |
| Binary | 11011010 | 10001000 | 11011 | 0 | 100110 | 1011000 | 1111 | 100010 | 1001110 | 110000 |
Color Harmonies of #DA881B
Complementary color
Monochromatic Colors of #DA881B
Black with #DA881B
Text Example
Text Example
White with #DA881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA881B; }
p { color: rgb(218,136,27); }
H1.HeaderClassName
{
color: #DA881B;
}
.AnyTagClassName
{
color: #DA881B;
}
</style>
background-color css
<style>
a { background-color: #DA881B; }
a { background-color: rgb(218,136,27); }
div.DivClassName
{
background-color: #DA881B;
}
.BgClassName
{
background-color: #DA881B;
}
</style>
border-color css
<style>
span { border-color: #DA881B; }
span { border-color: rgb(218,136,27); }
td.TdClassName
{
border-color: #DA881B;
}
.TagClassName
{
border-color: #DA881B;
}
</style>