Shades of Buttercup #DA8F2F
Tints of Buttercup #DA8F2F
RGB
CMYK
RGB Variations
Color information
#DA8F2F (or 0xDA8F2F) is known color: Buttercup. HEX triplet: DA, 8F and 2F. RGB value is (218,143,47). Sum of RGB (Red+Green+Blue) = 218+143+47=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F2F is #2570D0. Grayscale: #9A9A9A. Windows color (decimal): -2453713 or 3117018. OLE color: 3117018.
HSL color Cylindrical-coordinate representation of color #DA8F2F: hue angle of 33.68º 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 #DA8F2F is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 47 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.15 |
| HSL | 33.68º | 0.7% | 0.52% | - |
| HSV(B) | 33.68º | 0.78% | 0.85% | - |
| XYZ | 39.25 | 34.76 | 7.33 | - |
| YUV | 154.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 47 | 0 | 0.34 | 0.78 | 0.15 | 33.68 | 0.7 | 0.52 |
| Hex | DA | 8F | 2F | 0 | 22 | 4E | F | 22 | 46 | 34 |
| Octal | 332 | 217 | 57 | 0 | 42 | 116 | 17 | 42 | 106 | 64 |
| Binary | 11011010 | 10001111 | 101111 | 0 | 100010 | 1001110 | 1111 | 100010 | 1000110 | 110100 |
Color Harmonies of #DA8F2F
Complementary color
Monochromatic Colors of #DA8F2F
Black with #DA8F2F
Text Example
Text Example
White with #DA8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F2F; }
p { color: rgb(218,143,47); }
H1.HeaderClassName
{
color: #DA8F2F;
}
.AnyTagClassName
{
color: #DA8F2F;
}
</style>
background-color css
<style>
a { background-color: #DA8F2F; }
a { background-color: rgb(218,143,47); }
div.DivClassName
{
background-color: #DA8F2F;
}
.BgClassName
{
background-color: #DA8F2F;
}
</style>
border-color css
<style>
span { border-color: #DA8F2F; }
span { border-color: rgb(218,143,47); }
td.TdClassName
{
border-color: #DA8F2F;
}
.TagClassName
{
border-color: #DA8F2F;
}
</style>