Shades of Buttercup #DA901B
Tints of Buttercup #DA901B
RGB
CMYK
RGB Variations
Color information
#DA901B (or 0xDA901B) is known color: Buttercup. HEX triplet: DA, 90 and 1B. RGB value is (218,144,27). Sum of RGB (Red+Green+Blue) = 218+144+27=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA901B is #256FE4. Grayscale: #999999. Windows color (decimal): -2453477 or 1806554. OLE color: 1806554.
HSL color Cylindrical-coordinate representation of color #DA901B: hue angle of 36.75º 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 #DA901B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 27 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.15 |
| HSL | 36.75º | 0.78% | 0.48% | - |
| HSV(B) | 36.75º | 0.88% | 0.85% | - |
| XYZ | 39.08 | 34.93 | 5.72 | - |
| YUV | 152.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 27 | 0 | 0.34 | 0.88 | 0.15 | 36.75 | 0.78 | 0.48 |
| Hex | DA | 90 | 1B | 0 | 22 | 58 | F | 25 | 4E | 30 |
| Octal | 332 | 220 | 33 | 0 | 42 | 130 | 17 | 45 | 116 | 60 |
| Binary | 11011010 | 10010000 | 11011 | 0 | 100010 | 1011000 | 1111 | 100101 | 1001110 | 110000 |
Color Harmonies of #DA901B
Complementary color
Monochromatic Colors of #DA901B
Black with #DA901B
Text Example
Text Example
White with #DA901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA901B; }
p { color: rgb(218,144,27); }
H1.HeaderClassName
{
color: #DA901B;
}
.AnyTagClassName
{
color: #DA901B;
}
</style>
background-color css
<style>
a { background-color: #DA901B; }
a { background-color: rgb(218,144,27); }
div.DivClassName
{
background-color: #DA901B;
}
.BgClassName
{
background-color: #DA901B;
}
</style>
border-color css
<style>
span { border-color: #DA901B; }
span { border-color: rgb(218,144,27); }
td.TdClassName
{
border-color: #DA901B;
}
.TagClassName
{
border-color: #DA901B;
}
</style>