Shades of Buttercup #DA8F2D
Tints of Buttercup #DA8F2D
RGB
CMYK
RGB Variations
Color information
#DA8F2D (or 0xDA8F2D) is known color: Buttercup. HEX triplet: DA, 8F and 2D. RGB value is (218,143,45). Sum of RGB (Red+Green+Blue) = 218+143+45=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F2D is #2570D2. Grayscale: #9A9A9A. Windows color (decimal): -2453715 or 2985946. OLE color: 2985946.
HSL color Cylindrical-coordinate representation of color #DA8F2D: hue angle of 33.99º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA8F2D is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 45 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.15 |
| HSL | 33.99º | 0.7% | 0.52% | - |
| HSV(B) | 33.99º | 0.79% | 0.85% | - |
| XYZ | 39.21 | 34.74 | 7.12 | - |
| YUV | 154.25 | 66.35 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 45 | 0 | 0.34 | 0.79 | 0.15 | 33.99 | 0.7 | 0.52 |
| Hex | DA | 8F | 2D | 0 | 22 | 4F | F | 22 | 46 | 34 |
| Octal | 332 | 217 | 55 | 0 | 42 | 117 | 17 | 42 | 106 | 64 |
| Binary | 11011010 | 10001111 | 101101 | 0 | 100010 | 1001111 | 1111 | 100010 | 1000110 | 110100 |
Color Harmonies of #DA8F2D
Complementary color
Monochromatic Colors of #DA8F2D
Black with #DA8F2D
Text Example
Text Example
White with #DA8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F2D; }
p { color: rgb(218,143,45); }
H1.HeaderClassName
{
color: #DA8F2D;
}
.AnyTagClassName
{
color: #DA8F2D;
}
</style>
background-color css
<style>
a { background-color: #DA8F2D; }
a { background-color: rgb(218,143,45); }
div.DivClassName
{
background-color: #DA8F2D;
}
.BgClassName
{
background-color: #DA8F2D;
}
</style>
border-color css
<style>
span { border-color: #DA8F2D; }
span { border-color: rgb(218,143,45); }
td.TdClassName
{
border-color: #DA8F2D;
}
.TagClassName
{
border-color: #DA8F2D;
}
</style>