Shades of Buttercup #DA8D20
Tints of Buttercup #DA8D20
RGB
CMYK
RGB Variations
Color information
#DA8D20 (or 0xDA8D20) is known color: Buttercup. HEX triplet: DA, 8D and 20. RGB value is (218,141,32). Sum of RGB (Red+Green+Blue) = 218+141+32=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D20 is #2572DF. Grayscale: #989898. Windows color (decimal): -2454240 or 2133466. OLE color: 2133466.
HSL color Cylindrical-coordinate representation of color #DA8D20: hue angle of 35.16º 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 #DA8D20 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 32 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.15 |
| HSL | 35.16º | 0.74% | 0.49% | - |
| HSV(B) | 35.16º | 0.85% | 0.85% | - |
| XYZ | 38.7 | 34.06 | 5.9 | - |
| YUV | 151.6 | 60.51 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 32 | 0 | 0.35 | 0.85 | 0.15 | 35.16 | 0.74 | 0.49 |
| Hex | DA | 8D | 20 | 0 | 23 | 55 | F | 23 | 4A | 31 |
| Octal | 332 | 215 | 40 | 0 | 43 | 125 | 17 | 43 | 112 | 61 |
| Binary | 11011010 | 10001101 | 100000 | 0 | 100011 | 1010101 | 1111 | 100011 | 1001010 | 110001 |
Color Harmonies of #DA8D20
Complementary color
Monochromatic Colors of #DA8D20
Black with #DA8D20
Text Example
Text Example
White with #DA8D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D20; }
p { color: rgb(218,141,32); }
H1.HeaderClassName
{
color: #DA8D20;
}
.AnyTagClassName
{
color: #DA8D20;
}
</style>
background-color css
<style>
a { background-color: #DA8D20; }
a { background-color: rgb(218,141,32); }
div.DivClassName
{
background-color: #DA8D20;
}
.BgClassName
{
background-color: #DA8D20;
}
</style>
border-color css
<style>
span { border-color: #DA8D20; }
span { border-color: rgb(218,141,32); }
td.TdClassName
{
border-color: #DA8D20;
}
.TagClassName
{
border-color: #DA8D20;
}
</style>