Shades of Buttercup #DA931D
Tints of Buttercup #DA931D
RGB
CMYK
RGB Variations
Color information
#DA931D (or 0xDA931D) is known color: Buttercup. HEX triplet: DA, 93 and 1D. RGB value is (218,147,29). Sum of RGB (Red+Green+Blue) = 218+147+29=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA931D is #256CE2. Grayscale: #9B9B9B. Windows color (decimal): -2452707 or 1938394. OLE color: 1938394.
HSL color Cylindrical-coordinate representation of color #DA931D: hue angle of 37.46º 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 #DA931D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 29 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.15 |
| HSL | 37.46º | 0.77% | 0.48% | - |
| HSV(B) | 37.46º | 0.87% | 0.85% | - |
| XYZ | 39.57 | 35.86 | 6 | - |
| YUV | 154.78 | 57.02 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 29 | 0 | 0.33 | 0.87 | 0.15 | 37.46 | 0.77 | 0.48 |
| Hex | DA | 93 | 1D | 0 | 21 | 57 | F | 25 | 4D | 30 |
| Octal | 332 | 223 | 35 | 0 | 41 | 127 | 17 | 45 | 115 | 60 |
| Binary | 11011010 | 10010011 | 11101 | 0 | 100001 | 1010111 | 1111 | 100101 | 1001101 | 110000 |
Color Harmonies of #DA931D
Complementary color
Monochromatic Colors of #DA931D
Black with #DA931D
Text Example
Text Example
White with #DA931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA931D; }
p { color: rgb(218,147,29); }
H1.HeaderClassName
{
color: #DA931D;
}
.AnyTagClassName
{
color: #DA931D;
}
</style>
background-color css
<style>
a { background-color: #DA931D; }
a { background-color: rgb(218,147,29); }
div.DivClassName
{
background-color: #DA931D;
}
.BgClassName
{
background-color: #DA931D;
}
</style>
border-color css
<style>
span { border-color: #DA931D; }
span { border-color: rgb(218,147,29); }
td.TdClassName
{
border-color: #DA931D;
}
.TagClassName
{
border-color: #DA931D;
}
</style>