Shades of Buttercup #DA901E
Tints of Buttercup #DA901E
RGB
CMYK
RGB Variations
Color information
#DA901E (or 0xDA901E) is known color: Buttercup. HEX triplet: DA, 90 and 1E. RGB value is (218,144,30). Sum of RGB (Red+Green+Blue) = 218+144+30=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA901E is #256FE1. Grayscale: #999999. Windows color (decimal): -2453474 or 2003162. OLE color: 2003162.
HSL color Cylindrical-coordinate representation of color #DA901E: hue angle of 36.38º 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 #DA901E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.15 |
| HSL | 36.38º | 0.76% | 0.49% | - |
| HSV(B) | 36.38º | 0.86% | 0.85% | - |
| XYZ | 39.12 | 34.95 | 5.91 | - |
| YUV | 153.13 | 58.52 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 30 | 0 | 0.34 | 0.86 | 0.15 | 36.38 | 0.76 | 0.49 |
| Hex | DA | 90 | 1E | 0 | 22 | 56 | F | 24 | 4C | 31 |
| Octal | 332 | 220 | 36 | 0 | 42 | 126 | 17 | 44 | 114 | 61 |
| Binary | 11011010 | 10010000 | 11110 | 0 | 100010 | 1010110 | 1111 | 100100 | 1001100 | 110001 |
Color Harmonies of #DA901E
Complementary color
Monochromatic Colors of #DA901E
Black with #DA901E
Text Example
Text Example
White with #DA901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA901E; }
p { color: rgb(218,144,30); }
H1.HeaderClassName
{
color: #DA901E;
}
.AnyTagClassName
{
color: #DA901E;
}
</style>
background-color css
<style>
a { background-color: #DA901E; }
a { background-color: rgb(218,144,30); }
div.DivClassName
{
background-color: #DA901E;
}
.BgClassName
{
background-color: #DA901E;
}
</style>
border-color css
<style>
span { border-color: #DA901E; }
span { border-color: rgb(218,144,30); }
td.TdClassName
{
border-color: #DA901E;
}
.TagClassName
{
border-color: #DA901E;
}
</style>