Shades of Buttercup #DA9C2B
Tints of Buttercup #DA9C2B
RGB
CMYK
RGB Variations
Color information
#DA9C2B (or 0xDA9C2B) is known color: Buttercup. HEX triplet: DA, 9C and 2B. RGB value is (218,156,43). Sum of RGB (Red+Green+Blue) = 218+156+43=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9C2B is #2563D4. Grayscale: #A2A2A2. Windows color (decimal): -2450389 or 2858202. OLE color: 2858202.
HSL color Cylindrical-coordinate representation of color #DA9C2B: hue angle of 38.74º 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 #DA9C2B is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 43 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.15 |
| HSL | 38.74º | 0.7% | 0.51% | - |
| HSV(B) | 38.74º | 0.8% | 0.85% | - |
| XYZ | 41.24 | 38.86 | 7.61 | - |
| YUV | 161.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 43 | 0 | 0.28 | 0.80 | 0.15 | 38.74 | 0.7 | 0.51 |
| Hex | DA | 9C | 2B | 0 | 1C | 50 | F | 27 | 46 | 33 |
| Octal | 332 | 234 | 53 | 0 | 34 | 120 | 17 | 47 | 106 | 63 |
| Binary | 11011010 | 10011100 | 101011 | 0 | 11100 | 1010000 | 1111 | 100111 | 1000110 | 110011 |
Color Harmonies of #DA9C2B
Complementary color
Monochromatic Colors of #DA9C2B
Black with #DA9C2B
Text Example
Text Example
White with #DA9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C2B; }
p { color: rgb(218,156,43); }
H1.HeaderClassName
{
color: #DA9C2B;
}
.AnyTagClassName
{
color: #DA9C2B;
}
</style>
background-color css
<style>
a { background-color: #DA9C2B; }
a { background-color: rgb(218,156,43); }
div.DivClassName
{
background-color: #DA9C2B;
}
.BgClassName
{
background-color: #DA9C2B;
}
</style>
border-color css
<style>
span { border-color: #DA9C2B; }
span { border-color: rgb(218,156,43); }
td.TdClassName
{
border-color: #DA9C2B;
}
.TagClassName
{
border-color: #DA9C2B;
}
</style>