Shades of Buttercup #DA8628
Tints of Buttercup #DA8628
RGB
CMYK
RGB Variations
Color information
#DA8628 (or 0xDA8628) is known color: Buttercup. HEX triplet: DA, 86 and 28. RGB value is (218,134,40). Sum of RGB (Red+Green+Blue) = 218+134+40=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8628 is #2579D7. Grayscale: #949494. Windows color (decimal): -2456024 or 2655962. OLE color: 2655962.
HSL color Cylindrical-coordinate representation of color #DA8628: hue angle of 31.69º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA8628 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 40 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.15 |
| HSL | 31.69º | 0.71% | 0.51% | - |
| HSV(B) | 31.69º | 0.82% | 0.85% | - |
| XYZ | 37.82 | 32.11 | 6.21 | - |
| YUV | 148.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 40 | 0 | 0.39 | 0.82 | 0.15 | 31.69 | 0.71 | 0.51 |
| Hex | DA | 86 | 28 | 0 | 27 | 52 | F | 20 | 47 | 33 |
| Octal | 332 | 206 | 50 | 0 | 47 | 122 | 17 | 40 | 107 | 63 |
| Binary | 11011010 | 10000110 | 101000 | 0 | 100111 | 1010010 | 1111 | 100000 | 1000111 | 110011 |
Color Harmonies of #DA8628
Complementary color
Monochromatic Colors of #DA8628
Black with #DA8628
Text Example
Text Example
White with #DA8628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8628; }
p { color: rgb(218,134,40); }
H1.HeaderClassName
{
color: #DA8628;
}
.AnyTagClassName
{
color: #DA8628;
}
</style>
background-color css
<style>
a { background-color: #DA8628; }
a { background-color: rgb(218,134,40); }
div.DivClassName
{
background-color: #DA8628;
}
.BgClassName
{
background-color: #DA8628;
}
</style>
border-color css
<style>
span { border-color: #DA8628; }
span { border-color: rgb(218,134,40); }
td.TdClassName
{
border-color: #DA8628;
}
.TagClassName
{
border-color: #DA8628;
}
</style>