Shades of Buttercup #DA942A
Tints of Buttercup #DA942A
RGB
CMYK
RGB Variations
Color information
#DA942A (or 0xDA942A) is known color: Buttercup. HEX triplet: DA, 94 and 2A. RGB value is (218,148,42). Sum of RGB (Red+Green+Blue) = 218+148+42=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA942A is #256BD5. Grayscale: #9D9D9D. Windows color (decimal): -2452438 or 2790618. OLE color: 2790618.
HSL color Cylindrical-coordinate representation of color #DA942A: hue angle of 36.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA942A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 42 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.15 |
| HSL | 36.14º | 0.7% | 0.51% | - |
| HSV(B) | 36.14º | 0.81% | 0.85% | - |
| XYZ | 39.92 | 36.25 | 7.08 | - |
| YUV | 156.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 42 | 0 | 0.32 | 0.81 | 0.15 | 36.14 | 0.7 | 0.51 |
| Hex | DA | 94 | 2A | 0 | 20 | 51 | F | 24 | 46 | 33 |
| Octal | 332 | 224 | 52 | 0 | 40 | 121 | 17 | 44 | 106 | 63 |
| Binary | 11011010 | 10010100 | 101010 | 0 | 100000 | 1010001 | 1111 | 100100 | 1000110 | 110011 |
Color Harmonies of #DA942A
Complementary color
Monochromatic Colors of #DA942A
Black with #DA942A
Text Example
Text Example
White with #DA942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA942A; }
p { color: rgb(218,148,42); }
H1.HeaderClassName
{
color: #DA942A;
}
.AnyTagClassName
{
color: #DA942A;
}
</style>
background-color css
<style>
a { background-color: #DA942A; }
a { background-color: rgb(218,148,42); }
div.DivClassName
{
background-color: #DA942A;
}
.BgClassName
{
background-color: #DA942A;
}
</style>
border-color css
<style>
span { border-color: #DA942A; }
span { border-color: rgb(218,148,42); }
td.TdClassName
{
border-color: #DA942A;
}
.TagClassName
{
border-color: #DA942A;
}
</style>