Shades of Buttercup #DA9C2C
Tints of Buttercup #DA9C2C
RGB
CMYK
RGB Variations
Color information
#DA9C2C (or 0xDA9C2C) is known color: Buttercup. HEX triplet: DA, 9C and 2C. RGB value is (218,156,44). Sum of RGB (Red+Green+Blue) = 218+156+44=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9C2C is #2563D3. Grayscale: #A2A2A2. Windows color (decimal): -2450388 or 2923738. OLE color: 2923738.
HSL color Cylindrical-coordinate representation of color #DA9C2C: hue angle of 38.62º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA9C2C is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 44 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.15 |
| HSL | 38.62º | 0.7% | 0.51% | - |
| HSV(B) | 38.62º | 0.8% | 0.85% | - |
| XYZ | 41.26 | 38.86 | 7.71 | - |
| YUV | 161.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 44 | 0 | 0.28 | 0.80 | 0.15 | 38.62 | 0.7 | 0.51 |
| Hex | DA | 9C | 2C | 0 | 1C | 50 | F | 27 | 46 | 33 |
| Octal | 332 | 234 | 54 | 0 | 34 | 120 | 17 | 47 | 106 | 63 |
| Binary | 11011010 | 10011100 | 101100 | 0 | 11100 | 1010000 | 1111 | 100111 | 1000110 | 110011 |
Color Harmonies of #DA9C2C
Complementary color
Monochromatic Colors of #DA9C2C
Black with #DA9C2C
Text Example
Text Example
White with #DA9C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C2C; }
p { color: rgb(218,156,44); }
H1.HeaderClassName
{
color: #DA9C2C;
}
.AnyTagClassName
{
color: #DA9C2C;
}
</style>
background-color css
<style>
a { background-color: #DA9C2C; }
a { background-color: rgb(218,156,44); }
div.DivClassName
{
background-color: #DA9C2C;
}
.BgClassName
{
background-color: #DA9C2C;
}
</style>
border-color css
<style>
span { border-color: #DA9C2C; }
span { border-color: rgb(218,156,44); }
td.TdClassName
{
border-color: #DA9C2C;
}
.TagClassName
{
border-color: #DA9C2C;
}
</style>