Shades of Buttercup #DAA030
Tints of Buttercup #DAA030
RGB
CMYK
RGB Variations
Color information
#DAA030 (or 0xDAA030) is known color: Buttercup. HEX triplet: DA, A0 and 30. RGB value is (218,160,48). Sum of RGB (Red+Green+Blue) = 218+160+48=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA030 is #255FCF. Grayscale: #A5A5A5. Windows color (decimal): -2449360 or 3186906. OLE color: 3186906.
HSL color Cylindrical-coordinate representation of color #DAA030: hue angle of 39.53º 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 #DAA030 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 48 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.15 |
| HSL | 39.53º | 0.7% | 0.52% | - |
| HSV(B) | 39.53º | 0.78% | 0.85% | - |
| XYZ | 42.02 | 40.26 | 8.35 | - |
| YUV | 164.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 48 | 0 | 0.27 | 0.78 | 0.15 | 39.53 | 0.7 | 0.52 |
| Hex | DA | A0 | 30 | 0 | 1B | 4E | F | 28 | 46 | 34 |
| Octal | 332 | 240 | 60 | 0 | 33 | 116 | 17 | 50 | 106 | 64 |
| Binary | 11011010 | 10100000 | 110000 | 0 | 11011 | 1001110 | 1111 | 101000 | 1000110 | 110100 |
Color Harmonies of #DAA030
Complementary color
Monochromatic Colors of #DAA030
Black with #DAA030
Text Example
Text Example
White with #DAA030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA030; }
p { color: rgb(218,160,48); }
H1.HeaderClassName
{
color: #DAA030;
}
.AnyTagClassName
{
color: #DAA030;
}
</style>
background-color css
<style>
a { background-color: #DAA030; }
a { background-color: rgb(218,160,48); }
div.DivClassName
{
background-color: #DAA030;
}
.BgClassName
{
background-color: #DAA030;
}
</style>
border-color css
<style>
span { border-color: #DAA030; }
span { border-color: rgb(218,160,48); }
td.TdClassName
{
border-color: #DAA030;
}
.TagClassName
{
border-color: #DAA030;
}
</style>