Shades of Buttercup #DA922F
Tints of Buttercup #DA922F
RGB
CMYK
RGB Variations
Color information
#DA922F (or 0xDA922F) is known color: Buttercup. HEX triplet: DA, 92 and 2F. RGB value is (218,146,47). Sum of RGB (Red+Green+Blue) = 218+146+47=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA922F is #256DD0. Grayscale: #9C9C9C. Windows color (decimal): -2452945 or 3117786. OLE color: 3117786.
HSL color Cylindrical-coordinate representation of color #DA922F: hue angle of 34.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA922F is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 47 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.15 |
| HSL | 34.74º | 0.7% | 0.52% | - |
| HSV(B) | 34.74º | 0.78% | 0.85% | - |
| XYZ | 39.71 | 35.67 | 7.48 | - |
| YUV | 156.24 | 66.35 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 47 | 0 | 0.33 | 0.78 | 0.15 | 34.74 | 0.7 | 0.52 |
| Hex | DA | 92 | 2F | 0 | 21 | 4E | F | 23 | 46 | 34 |
| Octal | 332 | 222 | 57 | 0 | 41 | 116 | 17 | 43 | 106 | 64 |
| Binary | 11011010 | 10010010 | 101111 | 0 | 100001 | 1001110 | 1111 | 100011 | 1000110 | 110100 |
Color Harmonies of #DA922F
Complementary color
Monochromatic Colors of #DA922F
Black with #DA922F
Text Example
Text Example
White with #DA922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA922F; }
p { color: rgb(218,146,47); }
H1.HeaderClassName
{
color: #DA922F;
}
.AnyTagClassName
{
color: #DA922F;
}
</style>
background-color css
<style>
a { background-color: #DA922F; }
a { background-color: rgb(218,146,47); }
div.DivClassName
{
background-color: #DA922F;
}
.BgClassName
{
background-color: #DA922F;
}
</style>
border-color css
<style>
span { border-color: #DA922F; }
span { border-color: rgb(218,146,47); }
td.TdClassName
{
border-color: #DA922F;
}
.TagClassName
{
border-color: #DA922F;
}
</style>