Shades of Buttercup #DA881F
Tints of Buttercup #DA881F
RGB
CMYK
RGB Variations
Color information
#DA881F (or 0xDA881F) is known color: Buttercup. HEX triplet: DA, 88 and 1F. RGB value is (218,136,31). Sum of RGB (Red+Green+Blue) = 218+136+31=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA881F is #2577E0. Grayscale: #959595. Windows color (decimal): -2455521 or 2066650. OLE color: 2066650.
HSL color Cylindrical-coordinate representation of color #DA881F: hue angle of 33.69º degrees, saturation: 0.75, 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 #DA881F is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 31 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.15 |
| HSL | 33.69º | 0.75% | 0.49% | - |
| HSV(B) | 33.69º | 0.86% | 0.85% | - |
| XYZ | 37.96 | 32.61 | 5.59 | - |
| YUV | 148.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 31 | 0 | 0.38 | 0.86 | 0.15 | 33.69 | 0.75 | 0.49 |
| Hex | DA | 88 | 1F | 0 | 26 | 56 | F | 22 | 4B | 31 |
| Octal | 332 | 210 | 37 | 0 | 46 | 126 | 17 | 42 | 113 | 61 |
| Binary | 11011010 | 10001000 | 11111 | 0 | 100110 | 1010110 | 1111 | 100010 | 1001011 | 110001 |
Color Harmonies of #DA881F
Complementary color
Monochromatic Colors of #DA881F
Black with #DA881F
Text Example
Text Example
White with #DA881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA881F; }
p { color: rgb(218,136,31); }
H1.HeaderClassName
{
color: #DA881F;
}
.AnyTagClassName
{
color: #DA881F;
}
</style>
background-color css
<style>
a { background-color: #DA881F; }
a { background-color: rgb(218,136,31); }
div.DivClassName
{
background-color: #DA881F;
}
.BgClassName
{
background-color: #DA881F;
}
</style>
border-color css
<style>
span { border-color: #DA881F; }
span { border-color: rgb(218,136,31); }
td.TdClassName
{
border-color: #DA881F;
}
.TagClassName
{
border-color: #DA881F;
}
</style>