Shades of Buttercup #DA9C28
Tints of Buttercup #DA9C28
RGB
CMYK
RGB Variations
Color information
#DA9C28 (or 0xDA9C28) is known color: Buttercup. HEX triplet: DA, 9C and 28. RGB value is (218,156,40). Sum of RGB (Red+Green+Blue) = 218+156+40=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9C28 is #2563D7. Grayscale: #A1A1A1. Windows color (decimal): -2450392 or 2661594. OLE color: 2661594.
HSL color Cylindrical-coordinate representation of color #DA9C28: hue angle of 39.1º 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 #DA9C28 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 40 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.15 |
| HSL | 39.1º | 0.71% | 0.51% | - |
| HSV(B) | 39.1º | 0.82% | 0.85% | - |
| XYZ | 41.18 | 38.84 | 7.33 | - |
| YUV | 161.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 40 | 0 | 0.28 | 0.82 | 0.15 | 39.1 | 0.71 | 0.51 |
| Hex | DA | 9C | 28 | 0 | 1C | 52 | F | 27 | 47 | 33 |
| Octal | 332 | 234 | 50 | 0 | 34 | 122 | 17 | 47 | 107 | 63 |
| Binary | 11011010 | 10011100 | 101000 | 0 | 11100 | 1010010 | 1111 | 100111 | 1000111 | 110011 |
Color Harmonies of #DA9C28
Complementary color
Monochromatic Colors of #DA9C28
Black with #DA9C28
Text Example
Text Example
White with #DA9C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C28; }
p { color: rgb(218,156,40); }
H1.HeaderClassName
{
color: #DA9C28;
}
.AnyTagClassName
{
color: #DA9C28;
}
</style>
background-color css
<style>
a { background-color: #DA9C28; }
a { background-color: rgb(218,156,40); }
div.DivClassName
{
background-color: #DA9C28;
}
.BgClassName
{
background-color: #DA9C28;
}
</style>
border-color css
<style>
span { border-color: #DA9C28; }
span { border-color: rgb(218,156,40); }
td.TdClassName
{
border-color: #DA9C28;
}
.TagClassName
{
border-color: #DA9C28;
}
</style>