Shades of Buttercup #DA922E
Tints of Buttercup #DA922E
RGB
CMYK
RGB Variations
Color information
#DA922E (or 0xDA922E) is known color: Buttercup. HEX triplet: DA, 92 and 2E. RGB value is (218,146,46). Sum of RGB (Red+Green+Blue) = 218+146+46=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA922E is #256DD1. Grayscale: #9C9C9C. Windows color (decimal): -2452946 or 3052250. OLE color: 3052250.
HSL color Cylindrical-coordinate representation of color #DA922E: hue angle of 34.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA922E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 46 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.15 |
| HSL | 34.88º | 0.7% | 0.52% | - |
| HSV(B) | 34.88º | 0.79% | 0.85% | - |
| XYZ | 39.69 | 35.66 | 7.38 | - |
| YUV | 156.13 | 65.85 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 46 | 0 | 0.33 | 0.79 | 0.15 | 34.88 | 0.7 | 0.52 |
| Hex | DA | 92 | 2E | 0 | 21 | 4F | F | 23 | 46 | 34 |
| Octal | 332 | 222 | 56 | 0 | 41 | 117 | 17 | 43 | 106 | 64 |
| Binary | 11011010 | 10010010 | 101110 | 0 | 100001 | 1001111 | 1111 | 100011 | 1000110 | 110100 |
Color Harmonies of #DA922E
Complementary color
Monochromatic Colors of #DA922E
Black with #DA922E
Text Example
Text Example
White with #DA922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA922E; }
p { color: rgb(218,146,46); }
H1.HeaderClassName
{
color: #DA922E;
}
.AnyTagClassName
{
color: #DA922E;
}
</style>
background-color css
<style>
a { background-color: #DA922E; }
a { background-color: rgb(218,146,46); }
div.DivClassName
{
background-color: #DA922E;
}
.BgClassName
{
background-color: #DA922E;
}
</style>
border-color css
<style>
span { border-color: #DA922E; }
span { border-color: rgb(218,146,46); }
td.TdClassName
{
border-color: #DA922E;
}
.TagClassName
{
border-color: #DA922E;
}
</style>