Shades of Buttercup #DA951E
Tints of Buttercup #DA951E
RGB
CMYK
RGB Variations
Color information
#DA951E (or 0xDA951E) is known color: Buttercup. HEX triplet: DA, 95 and 1E. RGB value is (218,149,30). Sum of RGB (Red+Green+Blue) = 218+149+30=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA951E is #256AE1. Grayscale: #9C9C9C. Windows color (decimal): -2452194 or 2004442. OLE color: 2004442.
HSL color Cylindrical-coordinate representation of color #DA951E: hue angle of 37.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA951E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 30 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.15 |
| HSL | 37.98º | 0.76% | 0.49% | - |
| HSV(B) | 37.98º | 0.86% | 0.85% | - |
| XYZ | 39.9 | 36.49 | 6.17 | - |
| YUV | 156.07 | 56.86 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 30 | 0 | 0.32 | 0.86 | 0.15 | 37.98 | 0.76 | 0.49 |
| Hex | DA | 95 | 1E | 0 | 20 | 56 | F | 26 | 4C | 31 |
| Octal | 332 | 225 | 36 | 0 | 40 | 126 | 17 | 46 | 114 | 61 |
| Binary | 11011010 | 10010101 | 11110 | 0 | 100000 | 1010110 | 1111 | 100110 | 1001100 | 110001 |
Color Harmonies of #DA951E
Complementary color
Monochromatic Colors of #DA951E
Black with #DA951E
Text Example
Text Example
White with #DA951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA951E; }
p { color: rgb(218,149,30); }
H1.HeaderClassName
{
color: #DA951E;
}
.AnyTagClassName
{
color: #DA951E;
}
</style>
background-color css
<style>
a { background-color: #DA951E; }
a { background-color: rgb(218,149,30); }
div.DivClassName
{
background-color: #DA951E;
}
.BgClassName
{
background-color: #DA951E;
}
</style>
border-color css
<style>
span { border-color: #DA951E; }
span { border-color: rgb(218,149,30); }
td.TdClassName
{
border-color: #DA951E;
}
.TagClassName
{
border-color: #DA951E;
}
</style>