Shades of Buttercup #DA9B2F
Tints of Buttercup #DA9B2F
RGB
CMYK
RGB Variations
Color information
#DA9B2F (or 0xDA9B2F) is known color: Buttercup. HEX triplet: DA, 9B and 2F. RGB value is (218,155,47). Sum of RGB (Red+Green+Blue) = 218+155+47=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9B2F is #2564D0. Grayscale: #A2A2A2. Windows color (decimal): -2450641 or 3120090. OLE color: 3120090.
HSL color Cylindrical-coordinate representation of color #DA9B2F: hue angle of 37.89º 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 #DA9B2F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 47 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.15 |
| HSL | 37.89º | 0.7% | 0.52% | - |
| HSV(B) | 37.89º | 0.78% | 0.85% | - |
| XYZ | 41.15 | 38.55 | 7.96 | - |
| YUV | 161.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 47 | 0 | 0.29 | 0.78 | 0.15 | 37.89 | 0.7 | 0.52 |
| Hex | DA | 9B | 2F | 0 | 1D | 4E | F | 26 | 46 | 34 |
| Octal | 332 | 233 | 57 | 0 | 35 | 116 | 17 | 46 | 106 | 64 |
| Binary | 11011010 | 10011011 | 101111 | 0 | 11101 | 1001110 | 1111 | 100110 | 1000110 | 110100 |
Color Harmonies of #DA9B2F
Complementary color
Monochromatic Colors of #DA9B2F
Black with #DA9B2F
Text Example
Text Example
White with #DA9B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9B2F; }
p { color: rgb(218,155,47); }
H1.HeaderClassName
{
color: #DA9B2F;
}
.AnyTagClassName
{
color: #DA9B2F;
}
</style>
background-color css
<style>
a { background-color: #DA9B2F; }
a { background-color: rgb(218,155,47); }
div.DivClassName
{
background-color: #DA9B2F;
}
.BgClassName
{
background-color: #DA9B2F;
}
</style>
border-color css
<style>
span { border-color: #DA9B2F; }
span { border-color: rgb(218,155,47); }
td.TdClassName
{
border-color: #DA9B2F;
}
.TagClassName
{
border-color: #DA9B2F;
}
</style>