Shades of Buttercup #DA8520
Tints of Buttercup #DA8520
RGB
CMYK
RGB Variations
Color information
#DA8520 (or 0xDA8520) is known color: Buttercup. HEX triplet: DA, 85 and 20. RGB value is (218,133,32). Sum of RGB (Red+Green+Blue) = 218+133+32=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8520 is #257ADF. Grayscale: #939393. Windows color (decimal): -2456288 or 2131418. OLE color: 2131418.
HSL color Cylindrical-coordinate representation of color #DA8520: hue angle of 32.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA8520 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 32 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.15 |
| HSL | 32.58º | 0.74% | 0.49% | - |
| HSV(B) | 32.58º | 0.85% | 0.85% | - |
| XYZ | 37.56 | 31.78 | 5.52 | - |
| YUV | 146.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 32 | 0 | 0.39 | 0.85 | 0.15 | 32.58 | 0.74 | 0.49 |
| Hex | DA | 85 | 20 | 0 | 27 | 55 | F | 21 | 4A | 31 |
| Octal | 332 | 205 | 40 | 0 | 47 | 125 | 17 | 41 | 112 | 61 |
| Binary | 11011010 | 10000101 | 100000 | 0 | 100111 | 1010101 | 1111 | 100001 | 1001010 | 110001 |
Color Harmonies of #DA8520
Complementary color
Monochromatic Colors of #DA8520
Black with #DA8520
Text Example
Text Example
White with #DA8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8520; }
p { color: rgb(218,133,32); }
H1.HeaderClassName
{
color: #DA8520;
}
.AnyTagClassName
{
color: #DA8520;
}
</style>
background-color css
<style>
a { background-color: #DA8520; }
a { background-color: rgb(218,133,32); }
div.DivClassName
{
background-color: #DA8520;
}
.BgClassName
{
background-color: #DA8520;
}
</style>
border-color css
<style>
span { border-color: #DA8520; }
span { border-color: rgb(218,133,32); }
td.TdClassName
{
border-color: #DA8520;
}
.TagClassName
{
border-color: #DA8520;
}
</style>