Shades of Buttercup #DA8616
Tints of Buttercup #DA8616
RGB
CMYK
RGB Variations
Color information
#DA8616 (or 0xDA8616) is known color: Buttercup. HEX triplet: DA, 86 and 16. RGB value is (218,134,22). Sum of RGB (Red+Green+Blue) = 218+134+22=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8616 is #2579E9. Grayscale: #929292. Windows color (decimal): -2456042 or 1476314. OLE color: 1476314.
HSL color Cylindrical-coordinate representation of color #DA8616: hue angle of 34.29º 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 #DA8616 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 22 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.15 |
| HSL | 34.29º | 0.82% | 0.47% | - |
| HSV(B) | 34.29º | 0.9% | 0.85% | - |
| XYZ | 37.58 | 32.01 | 4.96 | - |
| YUV | 146.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 22 | 0 | 0.39 | 0.90 | 0.15 | 34.29 | 0.82 | 0.47 |
| Hex | DA | 86 | 16 | 0 | 27 | 5A | F | 22 | 52 | 2F |
| Octal | 332 | 206 | 26 | 0 | 47 | 132 | 17 | 42 | 122 | 57 |
| Binary | 11011010 | 10000110 | 10110 | 0 | 100111 | 1011010 | 1111 | 100010 | 1010010 | 101111 |
Color Harmonies of #DA8616
Complementary color
Monochromatic Colors of #DA8616
Black with #DA8616
Text Example
Text Example
White with #DA8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8616; }
p { color: rgb(218,134,22); }
H1.HeaderClassName
{
color: #DA8616;
}
.AnyTagClassName
{
color: #DA8616;
}
</style>
background-color css
<style>
a { background-color: #DA8616; }
a { background-color: rgb(218,134,22); }
div.DivClassName
{
background-color: #DA8616;
}
.BgClassName
{
background-color: #DA8616;
}
</style>
border-color css
<style>
span { border-color: #DA8616; }
span { border-color: rgb(218,134,22); }
td.TdClassName
{
border-color: #DA8616;
}
.TagClassName
{
border-color: #DA8616;
}
</style>