Shades of Buttercup #DA912A
Tints of Buttercup #DA912A
RGB
CMYK
RGB Variations
Color information
#DA912A (or 0xDA912A) is known color: Buttercup. HEX triplet: DA, 91 and 2A. RGB value is (218,145,42). Sum of RGB (Red+Green+Blue) = 218+145+42=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA912A is #256ED5. Grayscale: #9B9B9B. Windows color (decimal): -2453206 or 2789850. OLE color: 2789850.
HSL color Cylindrical-coordinate representation of color #DA912A: hue angle of 35.11º 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 #DA912A is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 42 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.15 |
| HSL | 35.11º | 0.7% | 0.51% | - |
| HSV(B) | 35.11º | 0.81% | 0.85% | - |
| XYZ | 39.46 | 35.32 | 6.93 | - |
| YUV | 155.09 | 64.18 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 42 | 0 | 0.33 | 0.81 | 0.15 | 35.11 | 0.7 | 0.51 |
| Hex | DA | 91 | 2A | 0 | 21 | 51 | F | 23 | 46 | 33 |
| Octal | 332 | 221 | 52 | 0 | 41 | 121 | 17 | 43 | 106 | 63 |
| Binary | 11011010 | 10010001 | 101010 | 0 | 100001 | 1010001 | 1111 | 100011 | 1000110 | 110011 |
Color Harmonies of #DA912A
Complementary color
Monochromatic Colors of #DA912A
Black with #DA912A
Text Example
Text Example
White with #DA912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA912A; }
p { color: rgb(218,145,42); }
H1.HeaderClassName
{
color: #DA912A;
}
.AnyTagClassName
{
color: #DA912A;
}
</style>
background-color css
<style>
a { background-color: #DA912A; }
a { background-color: rgb(218,145,42); }
div.DivClassName
{
background-color: #DA912A;
}
.BgClassName
{
background-color: #DA912A;
}
</style>
border-color css
<style>
span { border-color: #DA912A; }
span { border-color: rgb(218,145,42); }
td.TdClassName
{
border-color: #DA912A;
}
.TagClassName
{
border-color: #DA912A;
}
</style>