Shades of Buttercup #DA9620
Tints of Buttercup #DA9620
RGB
CMYK
RGB Variations
Color information
#DA9620 (or 0xDA9620) is known color: Buttercup. HEX triplet: DA, 96 and 20. RGB value is (218,150,32). Sum of RGB (Red+Green+Blue) = 218+150+32=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9620 is #2569DF. Grayscale: #9D9D9D. Windows color (decimal): -2451936 or 2135770. OLE color: 2135770.
HSL color Cylindrical-coordinate representation of color #DA9620: hue angle of 38.06º 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 #DA9620 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 32 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.15 |
| HSL | 38.06º | 0.74% | 0.49% | - |
| HSV(B) | 38.06º | 0.85% | 0.85% | - |
| XYZ | 40.08 | 36.82 | 6.36 | - |
| YUV | 156.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 32 | 0 | 0.31 | 0.85 | 0.15 | 38.06 | 0.74 | 0.49 |
| Hex | DA | 96 | 20 | 0 | 1F | 55 | F | 26 | 4A | 31 |
| Octal | 332 | 226 | 40 | 0 | 37 | 125 | 17 | 46 | 112 | 61 |
| Binary | 11011010 | 10010110 | 100000 | 0 | 11111 | 1010101 | 1111 | 100110 | 1001010 | 110001 |
Color Harmonies of #DA9620
Complementary color
Monochromatic Colors of #DA9620
Black with #DA9620
Text Example
Text Example
White with #DA9620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9620; }
p { color: rgb(218,150,32); }
H1.HeaderClassName
{
color: #DA9620;
}
.AnyTagClassName
{
color: #DA9620;
}
</style>
background-color css
<style>
a { background-color: #DA9620; }
a { background-color: rgb(218,150,32); }
div.DivClassName
{
background-color: #DA9620;
}
.BgClassName
{
background-color: #DA9620;
}
</style>
border-color css
<style>
span { border-color: #DA9620; }
span { border-color: rgb(218,150,32); }
td.TdClassName
{
border-color: #DA9620;
}
.TagClassName
{
border-color: #DA9620;
}
</style>