Shades of Buttercup #DA962B
Tints of Buttercup #DA962B
RGB
CMYK
RGB Variations
Color information
#DA962B (or 0xDA962B) is known color: Buttercup. HEX triplet: DA, 96 and 2B. RGB value is (218,150,43). Sum of RGB (Red+Green+Blue) = 218+150+43=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA962B is #2569D4. Grayscale: #9E9E9E. Windows color (decimal): -2451925 or 2856666. OLE color: 2856666.
HSL color Cylindrical-coordinate representation of color #DA962B: hue angle of 36.69º 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 #DA962B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 43 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.15 |
| HSL | 36.69º | 0.7% | 0.51% | - |
| HSV(B) | 36.69º | 0.8% | 0.85% | - |
| XYZ | 40.26 | 36.89 | 7.28 | - |
| YUV | 158.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 43 | 0 | 0.31 | 0.80 | 0.15 | 36.69 | 0.7 | 0.51 |
| Hex | DA | 96 | 2B | 0 | 1F | 50 | F | 25 | 46 | 33 |
| Octal | 332 | 226 | 53 | 0 | 37 | 120 | 17 | 45 | 106 | 63 |
| Binary | 11011010 | 10010110 | 101011 | 0 | 11111 | 1010000 | 1111 | 100101 | 1000110 | 110011 |
Color Harmonies of #DA962B
Complementary color
Monochromatic Colors of #DA962B
Black with #DA962B
Text Example
Text Example
White with #DA962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA962B; }
p { color: rgb(218,150,43); }
H1.HeaderClassName
{
color: #DA962B;
}
.AnyTagClassName
{
color: #DA962B;
}
</style>
background-color css
<style>
a { background-color: #DA962B; }
a { background-color: rgb(218,150,43); }
div.DivClassName
{
background-color: #DA962B;
}
.BgClassName
{
background-color: #DA962B;
}
</style>
border-color css
<style>
span { border-color: #DA962B; }
span { border-color: rgb(218,150,43); }
td.TdClassName
{
border-color: #DA962B;
}
.TagClassName
{
border-color: #DA962B;
}
</style>