Shades of Buttercup #DA8C2F
Tints of Buttercup #DA8C2F
RGB
CMYK
RGB Variations
Color information
#DA8C2F (or 0xDA8C2F) is known color: Buttercup. HEX triplet: DA, 8C and 2F. RGB value is (218,140,47). Sum of RGB (Red+Green+Blue) = 218+140+47=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C2F is #2573D0. Grayscale: #999999. Windows color (decimal): -2454481 or 3116250. OLE color: 3116250.
HSL color Cylindrical-coordinate representation of color #DA8C2F: hue angle of 32.63º 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 #DA8C2F is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 47 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.15 |
| HSL | 32.63º | 0.7% | 0.52% | - |
| HSV(B) | 32.63º | 0.78% | 0.85% | - |
| XYZ | 38.8 | 33.87 | 7.18 | - |
| YUV | 152.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 47 | 0 | 0.36 | 0.78 | 0.15 | 32.63 | 0.7 | 0.52 |
| Hex | DA | 8C | 2F | 0 | 24 | 4E | F | 21 | 46 | 34 |
| Octal | 332 | 214 | 57 | 0 | 44 | 116 | 17 | 41 | 106 | 64 |
| Binary | 11011010 | 10001100 | 101111 | 0 | 100100 | 1001110 | 1111 | 100001 | 1000110 | 110100 |
Color Harmonies of #DA8C2F
Complementary color
Monochromatic Colors of #DA8C2F
Black with #DA8C2F
Text Example
Text Example
White with #DA8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C2F; }
p { color: rgb(218,140,47); }
H1.HeaderClassName
{
color: #DA8C2F;
}
.AnyTagClassName
{
color: #DA8C2F;
}
</style>
background-color css
<style>
a { background-color: #DA8C2F; }
a { background-color: rgb(218,140,47); }
div.DivClassName
{
background-color: #DA8C2F;
}
.BgClassName
{
background-color: #DA8C2F;
}
</style>
border-color css
<style>
span { border-color: #DA8C2F; }
span { border-color: rgb(218,140,47); }
td.TdClassName
{
border-color: #DA8C2F;
}
.TagClassName
{
border-color: #DA8C2F;
}
</style>