Shades of Buttercup #DA851E
Tints of Buttercup #DA851E
RGB
CMYK
RGB Variations
Color information
#DA851E (or 0xDA851E) is known color: Buttercup. HEX triplet: DA, 85 and 1E. RGB value is (218,133,30). Sum of RGB (Red+Green+Blue) = 218+133+30=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA851E is #257AE1. Grayscale: #939393. Windows color (decimal): -2456290 or 2000346. OLE color: 2000346.
HSL color Cylindrical-coordinate representation of color #DA851E: hue angle of 32.87º 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 #DA851E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 30 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.15 |
| HSL | 32.87º | 0.76% | 0.49% | - |
| HSV(B) | 32.87º | 0.86% | 0.85% | - |
| XYZ | 37.54 | 31.77 | 5.38 | - |
| YUV | 146.67 | 62.16 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 30 | 0 | 0.39 | 0.86 | 0.15 | 32.87 | 0.76 | 0.49 |
| Hex | DA | 85 | 1E | 0 | 27 | 56 | F | 21 | 4C | 31 |
| Octal | 332 | 205 | 36 | 0 | 47 | 126 | 17 | 41 | 114 | 61 |
| Binary | 11011010 | 10000101 | 11110 | 0 | 100111 | 1010110 | 1111 | 100001 | 1001100 | 110001 |
Color Harmonies of #DA851E
Complementary color
Monochromatic Colors of #DA851E
Black with #DA851E
Text Example
Text Example
White with #DA851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA851E; }
p { color: rgb(218,133,30); }
H1.HeaderClassName
{
color: #DA851E;
}
.AnyTagClassName
{
color: #DA851E;
}
</style>
background-color css
<style>
a { background-color: #DA851E; }
a { background-color: rgb(218,133,30); }
div.DivClassName
{
background-color: #DA851E;
}
.BgClassName
{
background-color: #DA851E;
}
</style>
border-color css
<style>
span { border-color: #DA851E; }
span { border-color: rgb(218,133,30); }
td.TdClassName
{
border-color: #DA851E;
}
.TagClassName
{
border-color: #DA851E;
}
</style>