Shades of Buttercup #DAA131
Tints of Buttercup #DAA131
RGB
CMYK
RGB Variations
Color information
#DAA131 (or 0xDAA131) is known color: Buttercup. HEX triplet: DA, A1 and 31. RGB value is (218,161,49). Sum of RGB (Red+Green+Blue) = 218+161+49=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA131 is #255ECE. Grayscale: #A5A5A5. Windows color (decimal): -2449103 or 3252698. OLE color: 3252698.
HSL color Cylindrical-coordinate representation of color #DAA131: hue angle of 39.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAA131 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 49 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.15 |
| HSL | 39.76º | 0.7% | 0.52% | - |
| HSV(B) | 39.76º | 0.78% | 0.85% | - |
| XYZ | 42.21 | 40.62 | 8.52 | - |
| YUV | 165.28 | 62.38 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 49 | 0 | 0.26 | 0.78 | 0.15 | 39.76 | 0.7 | 0.52 |
| Hex | DA | A1 | 31 | 0 | 1A | 4E | F | 28 | 46 | 34 |
| Octal | 332 | 241 | 61 | 0 | 32 | 116 | 17 | 50 | 106 | 64 |
| Binary | 11011010 | 10100001 | 110001 | 0 | 11010 | 1001110 | 1111 | 101000 | 1000110 | 110100 |
Color Harmonies of #DAA131
Complementary color
Monochromatic Colors of #DAA131
Black with #DAA131
Text Example
Text Example
White with #DAA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA131; }
p { color: rgb(218,161,49); }
H1.HeaderClassName
{
color: #DAA131;
}
.AnyTagClassName
{
color: #DAA131;
}
</style>
background-color css
<style>
a { background-color: #DAA131; }
a { background-color: rgb(218,161,49); }
div.DivClassName
{
background-color: #DAA131;
}
.BgClassName
{
background-color: #DAA131;
}
</style>
border-color css
<style>
span { border-color: #DAA131; }
span { border-color: rgb(218,161,49); }
td.TdClassName
{
border-color: #DAA131;
}
.TagClassName
{
border-color: #DAA131;
}
</style>