Shades of Buttercup #DA922C
Tints of Buttercup #DA922C
RGB
CMYK
RGB Variations
Color information
#DA922C (or 0xDA922C) is known color: Buttercup. HEX triplet: DA, 92 and 2C. RGB value is (218,146,44). Sum of RGB (Red+Green+Blue) = 218+146+44=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA922C is #256DD3. Grayscale: #9C9C9C. Windows color (decimal): -2452948 or 2921178. OLE color: 2921178.
HSL color Cylindrical-coordinate representation of color #DA922C: hue angle of 35.17º 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 #DA922C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.15 |
| HSL | 35.17º | 0.7% | 0.51% | - |
| HSV(B) | 35.17º | 0.8% | 0.85% | - |
| XYZ | 39.65 | 35.65 | 7.17 | - |
| YUV | 155.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 44 | 0 | 0.33 | 0.80 | 0.15 | 35.17 | 0.7 | 0.51 |
| Hex | DA | 92 | 2C | 0 | 21 | 50 | F | 23 | 46 | 33 |
| Octal | 332 | 222 | 54 | 0 | 41 | 120 | 17 | 43 | 106 | 63 |
| Binary | 11011010 | 10010010 | 101100 | 0 | 100001 | 1010000 | 1111 | 100011 | 1000110 | 110011 |
Color Harmonies of #DA922C
Complementary color
Monochromatic Colors of #DA922C
Black with #DA922C
Text Example
Text Example
White with #DA922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA922C; }
p { color: rgb(218,146,44); }
H1.HeaderClassName
{
color: #DA922C;
}
.AnyTagClassName
{
color: #DA922C;
}
</style>
background-color css
<style>
a { background-color: #DA922C; }
a { background-color: rgb(218,146,44); }
div.DivClassName
{
background-color: #DA922C;
}
.BgClassName
{
background-color: #DA922C;
}
</style>
border-color css
<style>
span { border-color: #DA922C; }
span { border-color: rgb(218,146,44); }
td.TdClassName
{
border-color: #DA922C;
}
.TagClassName
{
border-color: #DA922C;
}
</style>