Shades of Buttercup #DA8726
Tints of Buttercup #DA8726
RGB
CMYK
RGB Variations
Color information
#DA8726 (or 0xDA8726) is known color: Buttercup. HEX triplet: DA, 87 and 26. RGB value is (218,135,38). Sum of RGB (Red+Green+Blue) = 218+135+38=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8726 is #2578D9. Grayscale: #959595. Windows color (decimal): -2455770 or 2525146. OLE color: 2525146.
HSL color Cylindrical-coordinate representation of color #DA8726: hue angle of 32.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA8726 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 38 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.15 |
| HSL | 32.33º | 0.71% | 0.5% | - |
| HSV(B) | 32.33º | 0.83% | 0.85% | - |
| XYZ | 37.93 | 32.37 | 6.08 | - |
| YUV | 148.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 38 | 0 | 0.38 | 0.83 | 0.15 | 32.33 | 0.71 | 0.5 |
| Hex | DA | 87 | 26 | 0 | 26 | 53 | F | 20 | 47 | 32 |
| Octal | 332 | 207 | 46 | 0 | 46 | 123 | 17 | 40 | 107 | 62 |
| Binary | 11011010 | 10000111 | 100110 | 0 | 100110 | 1010011 | 1111 | 100000 | 1000111 | 110010 |
Color Harmonies of #DA8726
Complementary color
Monochromatic Colors of #DA8726
Black with #DA8726
Text Example
Text Example
White with #DA8726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8726; }
p { color: rgb(218,135,38); }
H1.HeaderClassName
{
color: #DA8726;
}
.AnyTagClassName
{
color: #DA8726;
}
</style>
background-color css
<style>
a { background-color: #DA8726; }
a { background-color: rgb(218,135,38); }
div.DivClassName
{
background-color: #DA8726;
}
.BgClassName
{
background-color: #DA8726;
}
</style>
border-color css
<style>
span { border-color: #DA8726; }
span { border-color: rgb(218,135,38); }
td.TdClassName
{
border-color: #DA8726;
}
.TagClassName
{
border-color: #DA8726;
}
</style>