Shades of Buttercup #DA941D
Tints of Buttercup #DA941D
RGB
CMYK
RGB Variations
Color information
#DA941D (or 0xDA941D) is known color: Buttercup. HEX triplet: DA, 94 and 1D. RGB value is (218,148,29). Sum of RGB (Red+Green+Blue) = 218+148+29=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA941D is #256BE2. Grayscale: #9B9B9B. Windows color (decimal): -2452451 or 1938650. OLE color: 1938650.
HSL color Cylindrical-coordinate representation of color #DA941D: hue angle of 37.78º 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 #DA941D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.15 |
| HSL | 37.78º | 0.77% | 0.48% | - |
| HSV(B) | 37.78º | 0.87% | 0.85% | - |
| XYZ | 39.73 | 36.17 | 6.05 | - |
| YUV | 155.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 29 | 0 | 0.32 | 0.87 | 0.15 | 37.78 | 0.77 | 0.48 |
| Hex | DA | 94 | 1D | 0 | 20 | 57 | F | 26 | 4D | 30 |
| Octal | 332 | 224 | 35 | 0 | 40 | 127 | 17 | 46 | 115 | 60 |
| Binary | 11011010 | 10010100 | 11101 | 0 | 100000 | 1010111 | 1111 | 100110 | 1001101 | 110000 |
Color Harmonies of #DA941D
Complementary color
Monochromatic Colors of #DA941D
Black with #DA941D
Text Example
Text Example
White with #DA941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA941D; }
p { color: rgb(218,148,29); }
H1.HeaderClassName
{
color: #DA941D;
}
.AnyTagClassName
{
color: #DA941D;
}
</style>
background-color css
<style>
a { background-color: #DA941D; }
a { background-color: rgb(218,148,29); }
div.DivClassName
{
background-color: #DA941D;
}
.BgClassName
{
background-color: #DA941D;
}
</style>
border-color css
<style>
span { border-color: #DA941D; }
span { border-color: rgb(218,148,29); }
td.TdClassName
{
border-color: #DA941D;
}
.TagClassName
{
border-color: #DA941D;
}
</style>