Shades of Buttercup #DA8C28
Tints of Buttercup #DA8C28
RGB
CMYK
RGB Variations
Color information
#DA8C28 (or 0xDA8C28) is known color: Buttercup. HEX triplet: DA, 8C and 28. RGB value is (218,140,40). Sum of RGB (Red+Green+Blue) = 218+140+40=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C28 is #2573D7. Grayscale: #989898. Windows color (decimal): -2454488 or 2657498. OLE color: 2657498.
HSL color Cylindrical-coordinate representation of color #DA8C28: hue angle of 33.71º 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 #DA8C28 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 40 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.15 |
| HSL | 33.71º | 0.71% | 0.51% | - |
| HSV(B) | 33.71º | 0.82% | 0.85% | - |
| XYZ | 38.67 | 33.81 | 6.5 | - |
| YUV | 151.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 40 | 0 | 0.36 | 0.82 | 0.15 | 33.71 | 0.71 | 0.51 |
| Hex | DA | 8C | 28 | 0 | 24 | 52 | F | 22 | 47 | 33 |
| Octal | 332 | 214 | 50 | 0 | 44 | 122 | 17 | 42 | 107 | 63 |
| Binary | 11011010 | 10001100 | 101000 | 0 | 100100 | 1010010 | 1111 | 100010 | 1000111 | 110011 |
Color Harmonies of #DA8C28
Complementary color
Monochromatic Colors of #DA8C28
Black with #DA8C28
Text Example
Text Example
White with #DA8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C28; }
p { color: rgb(218,140,40); }
H1.HeaderClassName
{
color: #DA8C28;
}
.AnyTagClassName
{
color: #DA8C28;
}
</style>
background-color css
<style>
a { background-color: #DA8C28; }
a { background-color: rgb(218,140,40); }
div.DivClassName
{
background-color: #DA8C28;
}
.BgClassName
{
background-color: #DA8C28;
}
</style>
border-color css
<style>
span { border-color: #DA8C28; }
span { border-color: rgb(218,140,40); }
td.TdClassName
{
border-color: #DA8C28;
}
.TagClassName
{
border-color: #DA8C28;
}
</style>