Shades of Buttercup #DA9E32
Tints of Buttercup #DA9E32
RGB
CMYK
RGB Variations
Color information
#DA9E32 (or 0xDA9E32) is known color: Buttercup. HEX triplet: DA, 9E and 32. RGB value is (218,158,50). Sum of RGB (Red+Green+Blue) = 218+158+50=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9E32 is #2561CD. Grayscale: #A4A4A4. Windows color (decimal): -2449870 or 3317466. OLE color: 3317466.
HSL color Cylindrical-coordinate representation of color #DA9E32: hue angle of 38.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA9E32 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 50 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.15 |
| HSL | 38.57º | 0.69% | 0.53% | - |
| HSV(B) | 38.57º | 0.77% | 0.85% | - |
| XYZ | 41.72 | 39.59 | 8.46 | - |
| YUV | 163.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 50 | 0 | 0.28 | 0.77 | 0.15 | 38.57 | 0.69 | 0.53 |
| Hex | DA | 9E | 32 | 0 | 1C | 4D | F | 27 | 45 | 35 |
| Octal | 332 | 236 | 62 | 0 | 34 | 115 | 17 | 47 | 105 | 65 |
| Binary | 11011010 | 10011110 | 110010 | 0 | 11100 | 1001101 | 1111 | 100111 | 1000101 | 110101 |
Color Harmonies of #DA9E32
Complementary color
Monochromatic Colors of #DA9E32
Black with #DA9E32
Text Example
Text Example
White with #DA9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E32; }
p { color: rgb(218,158,50); }
H1.HeaderClassName
{
color: #DA9E32;
}
.AnyTagClassName
{
color: #DA9E32;
}
</style>
background-color css
<style>
a { background-color: #DA9E32; }
a { background-color: rgb(218,158,50); }
div.DivClassName
{
background-color: #DA9E32;
}
.BgClassName
{
background-color: #DA9E32;
}
</style>
border-color css
<style>
span { border-color: #DA9E32; }
span { border-color: rgb(218,158,50); }
td.TdClassName
{
border-color: #DA9E32;
}
.TagClassName
{
border-color: #DA9E32;
}
</style>