Shades of Buttercup #DA951D
Tints of Buttercup #DA951D
RGB
CMYK
RGB Variations
Color information
#DA951D (or 0xDA951D) is known color: Buttercup. HEX triplet: DA, 95 and 1D. RGB value is (218,149,29). Sum of RGB (Red+Green+Blue) = 218+149+29=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA951D is #256AE2. Grayscale: #9C9C9C. Windows color (decimal): -2452195 or 1938906. OLE color: 1938906.
HSL color Cylindrical-coordinate representation of color #DA951D: hue angle of 38.1º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA951D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.15 |
| HSL | 38.1º | 0.77% | 0.48% | - |
| HSV(B) | 38.1º | 0.87% | 0.85% | - |
| XYZ | 39.88 | 36.49 | 6.1 | - |
| YUV | 155.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 29 | 0 | 0.32 | 0.87 | 0.15 | 38.1 | 0.77 | 0.48 |
| Hex | DA | 95 | 1D | 0 | 20 | 57 | F | 26 | 4D | 30 |
| Octal | 332 | 225 | 35 | 0 | 40 | 127 | 17 | 46 | 115 | 60 |
| Binary | 11011010 | 10010101 | 11101 | 0 | 100000 | 1010111 | 1111 | 100110 | 1001101 | 110000 |
Color Harmonies of #DA951D
Complementary color
Monochromatic Colors of #DA951D
Black with #DA951D
Text Example
Text Example
White with #DA951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA951D; }
p { color: rgb(218,149,29); }
H1.HeaderClassName
{
color: #DA951D;
}
.AnyTagClassName
{
color: #DA951D;
}
</style>
background-color css
<style>
a { background-color: #DA951D; }
a { background-color: rgb(218,149,29); }
div.DivClassName
{
background-color: #DA951D;
}
.BgClassName
{
background-color: #DA951D;
}
</style>
border-color css
<style>
span { border-color: #DA951D; }
span { border-color: rgb(218,149,29); }
td.TdClassName
{
border-color: #DA951D;
}
.TagClassName
{
border-color: #DA951D;
}
</style>