Shades of Buttercup #DA981C
Tints of Buttercup #DA981C
RGB
CMYK
RGB Variations
Color information
#DA981C (or 0xDA981C) is known color: Buttercup. HEX triplet: DA, 98 and 1C. RGB value is (218,152,28). Sum of RGB (Red+Green+Blue) = 218+152+28=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA981C is #2567E3. Grayscale: #9E9E9E. Windows color (decimal): -2451428 or 1874138. OLE color: 1874138.
HSL color Cylindrical-coordinate representation of color #DA981C: hue angle of 39.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA981C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 28 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.15 |
| HSL | 39.16º | 0.77% | 0.48% | - |
| HSV(B) | 39.16º | 0.87% | 0.85% | - |
| XYZ | 40.35 | 37.45 | 6.2 | - |
| YUV | 157.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 28 | 0 | 0.30 | 0.87 | 0.15 | 39.16 | 0.77 | 0.48 |
| Hex | DA | 98 | 1C | 0 | 1E | 57 | F | 27 | 4D | 30 |
| Octal | 332 | 230 | 34 | 0 | 36 | 127 | 17 | 47 | 115 | 60 |
| Binary | 11011010 | 10011000 | 11100 | 0 | 11110 | 1010111 | 1111 | 100111 | 1001101 | 110000 |
Color Harmonies of #DA981C
Complementary color
Monochromatic Colors of #DA981C
Black with #DA981C
Text Example
Text Example
White with #DA981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA981C; }
p { color: rgb(218,152,28); }
H1.HeaderClassName
{
color: #DA981C;
}
.AnyTagClassName
{
color: #DA981C;
}
</style>
background-color css
<style>
a { background-color: #DA981C; }
a { background-color: rgb(218,152,28); }
div.DivClassName
{
background-color: #DA981C;
}
.BgClassName
{
background-color: #DA981C;
}
</style>
border-color css
<style>
span { border-color: #DA981C; }
span { border-color: rgb(218,152,28); }
td.TdClassName
{
border-color: #DA981C;
}
.TagClassName
{
border-color: #DA981C;
}
</style>