Shades of Buttercup #DA8615
Tints of Buttercup #DA8615
RGB
CMYK
RGB Variations
Color information
#DA8615 (or 0xDA8615) is known color: Buttercup. HEX triplet: DA, 86 and 15. RGB value is (218,134,21). Sum of RGB (Red+Green+Blue) = 218+134+21=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8615 is #2579EA. Grayscale: #929292. Windows color (decimal): -2456043 or 1410778. OLE color: 1410778.
HSL color Cylindrical-coordinate representation of color #DA8615: hue angle of 34.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8615 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 21 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.15 |
| HSL | 34.42º | 0.82% | 0.47% | - |
| HSV(B) | 34.42º | 0.9% | 0.85% | - |
| XYZ | 37.57 | 32.01 | 4.91 | - |
| YUV | 146.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 21 | 0 | 0.39 | 0.90 | 0.15 | 34.42 | 0.82 | 0.47 |
| Hex | DA | 86 | 15 | 0 | 27 | 5A | F | 22 | 52 | 2F |
| Octal | 332 | 206 | 25 | 0 | 47 | 132 | 17 | 42 | 122 | 57 |
| Binary | 11011010 | 10000110 | 10101 | 0 | 100111 | 1011010 | 1111 | 100010 | 1010010 | 101111 |
Color Harmonies of #DA8615
Complementary color
Monochromatic Colors of #DA8615
Black with #DA8615
Text Example
Text Example
White with #DA8615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8615; }
p { color: rgb(218,134,21); }
H1.HeaderClassName
{
color: #DA8615;
}
.AnyTagClassName
{
color: #DA8615;
}
</style>
background-color css
<style>
a { background-color: #DA8615; }
a { background-color: rgb(218,134,21); }
div.DivClassName
{
background-color: #DA8615;
}
.BgClassName
{
background-color: #DA8615;
}
</style>
border-color css
<style>
span { border-color: #DA8615; }
span { border-color: rgb(218,134,21); }
td.TdClassName
{
border-color: #DA8615;
}
.TagClassName
{
border-color: #DA8615;
}
</style>