Shades of Buttercup #DA9628
Tints of Buttercup #DA9628
RGB
CMYK
RGB Variations
Color information
#DA9628 (or 0xDA9628) is known color: Buttercup. HEX triplet: DA, 96 and 28. RGB value is (218,150,40). Sum of RGB (Red+Green+Blue) = 218+150+40=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9628 is #2569D7. Grayscale: #9E9E9E. Windows color (decimal): -2451928 or 2660058. OLE color: 2660058.
HSL color Cylindrical-coordinate representation of color #DA9628: hue angle of 37.08º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA9628 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 40 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.15 |
| HSL | 37.08º | 0.71% | 0.51% | - |
| HSV(B) | 37.08º | 0.82% | 0.85% | - |
| XYZ | 40.2 | 36.87 | 7.01 | - |
| YUV | 157.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 40 | 0 | 0.31 | 0.82 | 0.15 | 37.08 | 0.71 | 0.51 |
| Hex | DA | 96 | 28 | 0 | 1F | 52 | F | 25 | 47 | 33 |
| Octal | 332 | 226 | 50 | 0 | 37 | 122 | 17 | 45 | 107 | 63 |
| Binary | 11011010 | 10010110 | 101000 | 0 | 11111 | 1010010 | 1111 | 100101 | 1000111 | 110011 |
Color Harmonies of #DA9628
Complementary color
Monochromatic Colors of #DA9628
Black with #DA9628
Text Example
Text Example
White with #DA9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9628; }
p { color: rgb(218,150,40); }
H1.HeaderClassName
{
color: #DA9628;
}
.AnyTagClassName
{
color: #DA9628;
}
</style>
background-color css
<style>
a { background-color: #DA9628; }
a { background-color: rgb(218,150,40); }
div.DivClassName
{
background-color: #DA9628;
}
.BgClassName
{
background-color: #DA9628;
}
</style>
border-color css
<style>
span { border-color: #DA9628; }
span { border-color: rgb(218,150,40); }
td.TdClassName
{
border-color: #DA9628;
}
.TagClassName
{
border-color: #DA9628;
}
</style>