Shades of Buttercup #DA8622
Tints of Buttercup #DA8622
RGB
CMYK
RGB Variations
Color information
#DA8622 (or 0xDA8622) is known color: Buttercup. HEX triplet: DA, 86 and 22. RGB value is (218,134,34). Sum of RGB (Red+Green+Blue) = 218+134+34=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8622 is #2579DD. Grayscale: #949494. Windows color (decimal): -2456030 or 2262746. OLE color: 2262746.
HSL color Cylindrical-coordinate representation of color #DA8622: hue angle of 32.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA8622 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 34 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.15 |
| HSL | 32.61º | 0.73% | 0.49% | - |
| HSV(B) | 32.61º | 0.84% | 0.85% | - |
| XYZ | 37.73 | 32.07 | 5.72 | - |
| YUV | 147.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 34 | 0 | 0.39 | 0.84 | 0.15 | 32.61 | 0.73 | 0.49 |
| Hex | DA | 86 | 22 | 0 | 27 | 54 | F | 21 | 49 | 31 |
| Octal | 332 | 206 | 42 | 0 | 47 | 124 | 17 | 41 | 111 | 61 |
| Binary | 11011010 | 10000110 | 100010 | 0 | 100111 | 1010100 | 1111 | 100001 | 1001001 | 110001 |
Color Harmonies of #DA8622
Complementary color
Monochromatic Colors of #DA8622
Black with #DA8622
Text Example
Text Example
White with #DA8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8622; }
p { color: rgb(218,134,34); }
H1.HeaderClassName
{
color: #DA8622;
}
.AnyTagClassName
{
color: #DA8622;
}
</style>
background-color css
<style>
a { background-color: #DA8622; }
a { background-color: rgb(218,134,34); }
div.DivClassName
{
background-color: #DA8622;
}
.BgClassName
{
background-color: #DA8622;
}
</style>
border-color css
<style>
span { border-color: #DA8622; }
span { border-color: rgb(218,134,34); }
td.TdClassName
{
border-color: #DA8622;
}
.TagClassName
{
border-color: #DA8622;
}
</style>