Shades of Buttercup #DA8F1E
Tints of Buttercup #DA8F1E
RGB
CMYK
RGB Variations
Color information
#DA8F1E (or 0xDA8F1E) is known color: Buttercup. HEX triplet: DA, 8F and 1E. RGB value is (218,143,30). Sum of RGB (Red+Green+Blue) = 218+143+30=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F1E is #2570E1. Grayscale: #999999. Windows color (decimal): -2453730 or 2002906. OLE color: 2002906.
HSL color Cylindrical-coordinate representation of color #DA8F1E: hue angle of 36.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA8F1E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.15 |
| HSL | 36.06º | 0.76% | 0.49% | - |
| HSV(B) | 36.06º | 0.86% | 0.85% | - |
| XYZ | 38.97 | 34.64 | 5.86 | - |
| YUV | 152.54 | 58.85 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 30 | 0 | 0.34 | 0.86 | 0.15 | 36.06 | 0.76 | 0.49 |
| Hex | DA | 8F | 1E | 0 | 22 | 56 | F | 24 | 4C | 31 |
| Octal | 332 | 217 | 36 | 0 | 42 | 126 | 17 | 44 | 114 | 61 |
| Binary | 11011010 | 10001111 | 11110 | 0 | 100010 | 1010110 | 1111 | 100100 | 1001100 | 110001 |
Color Harmonies of #DA8F1E
Complementary color
Monochromatic Colors of #DA8F1E
Black with #DA8F1E
Text Example
Text Example
White with #DA8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F1E; }
p { color: rgb(218,143,30); }
H1.HeaderClassName
{
color: #DA8F1E;
}
.AnyTagClassName
{
color: #DA8F1E;
}
</style>
background-color css
<style>
a { background-color: #DA8F1E; }
a { background-color: rgb(218,143,30); }
div.DivClassName
{
background-color: #DA8F1E;
}
.BgClassName
{
background-color: #DA8F1E;
}
</style>
border-color css
<style>
span { border-color: #DA8F1E; }
span { border-color: rgb(218,143,30); }
td.TdClassName
{
border-color: #DA8F1E;
}
.TagClassName
{
border-color: #DA8F1E;
}
</style>