Shades of Buttercup #DA8F30
Tints of Buttercup #DA8F30
RGB
CMYK
RGB Variations
Color information
#DA8F30 (or 0xDA8F30) is known color: Buttercup. HEX triplet: DA, 8F and 30. RGB value is (218,143,48). Sum of RGB (Red+Green+Blue) = 218+143+48=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F30 is #2570CF. Grayscale: #9B9B9B. Windows color (decimal): -2453712 or 3182554. OLE color: 3182554.
HSL color Cylindrical-coordinate representation of color #DA8F30: hue angle of 33.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 #DA8F30 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 48 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.15 |
| HSL | 33.53º | 0.7% | 0.52% | - |
| HSV(B) | 33.53º | 0.78% | 0.85% | - |
| XYZ | 39.27 | 34.76 | 7.44 | - |
| YUV | 154.6 | 67.85 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 48 | 0 | 0.34 | 0.78 | 0.15 | 33.53 | 0.7 | 0.52 |
| Hex | DA | 8F | 30 | 0 | 22 | 4E | F | 22 | 46 | 34 |
| Octal | 332 | 217 | 60 | 0 | 42 | 116 | 17 | 42 | 106 | 64 |
| Binary | 11011010 | 10001111 | 110000 | 0 | 100010 | 1001110 | 1111 | 100010 | 1000110 | 110100 |
Color Harmonies of #DA8F30
Complementary color
Monochromatic Colors of #DA8F30
Black with #DA8F30
Text Example
Text Example
White with #DA8F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F30; }
p { color: rgb(218,143,48); }
H1.HeaderClassName
{
color: #DA8F30;
}
.AnyTagClassName
{
color: #DA8F30;
}
</style>
background-color css
<style>
a { background-color: #DA8F30; }
a { background-color: rgb(218,143,48); }
div.DivClassName
{
background-color: #DA8F30;
}
.BgClassName
{
background-color: #DA8F30;
}
</style>
border-color css
<style>
span { border-color: #DA8F30; }
span { border-color: rgb(218,143,48); }
td.TdClassName
{
border-color: #DA8F30;
}
.TagClassName
{
border-color: #DA8F30;
}
</style>