Shades of Buttercup #DA881E
Tints of Buttercup #DA881E
RGB
CMYK
RGB Variations
Color information
#DA881E (or 0xDA881E) is known color: Buttercup. HEX triplet: DA, 88 and 1E. RGB value is (218,136,30). Sum of RGB (Red+Green+Blue) = 218+136+30=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA881E is #2577E1. Grayscale: #949494. Windows color (decimal): -2455522 or 2001114. OLE color: 2001114.
HSL color Cylindrical-coordinate representation of color #DA881E: hue angle of 33.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA881E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 30 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.15 |
| HSL | 33.83º | 0.76% | 0.49% | - |
| HSV(B) | 33.83º | 0.86% | 0.85% | - |
| XYZ | 37.95 | 32.61 | 5.52 | - |
| YUV | 148.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 30 | 0 | 0.38 | 0.86 | 0.15 | 33.83 | 0.76 | 0.49 |
| Hex | DA | 88 | 1E | 0 | 26 | 56 | F | 22 | 4C | 31 |
| Octal | 332 | 210 | 36 | 0 | 46 | 126 | 17 | 42 | 114 | 61 |
| Binary | 11011010 | 10001000 | 11110 | 0 | 100110 | 1010110 | 1111 | 100010 | 1001100 | 110001 |
Color Harmonies of #DA881E
Complementary color
Monochromatic Colors of #DA881E
Black with #DA881E
Text Example
Text Example
White with #DA881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA881E; }
p { color: rgb(218,136,30); }
H1.HeaderClassName
{
color: #DA881E;
}
.AnyTagClassName
{
color: #DA881E;
}
</style>
background-color css
<style>
a { background-color: #DA881E; }
a { background-color: rgb(218,136,30); }
div.DivClassName
{
background-color: #DA881E;
}
.BgClassName
{
background-color: #DA881E;
}
</style>
border-color css
<style>
span { border-color: #DA881E; }
span { border-color: rgb(218,136,30); }
td.TdClassName
{
border-color: #DA881E;
}
.TagClassName
{
border-color: #DA881E;
}
</style>