Shades of Buttercup #DA922D
Tints of Buttercup #DA922D
RGB
CMYK
RGB Variations
Color information
#DA922D (or 0xDA922D) is known color: Buttercup. HEX triplet: DA, 92 and 2D. RGB value is (218,146,45). Sum of RGB (Red+Green+Blue) = 218+146+45=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA922D is #256DD2. Grayscale: #9C9C9C. Windows color (decimal): -2452947 or 2986714. OLE color: 2986714.
HSL color Cylindrical-coordinate representation of color #DA922D: hue angle of 35.03º 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 #DA922D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 45 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.15 |
| HSL | 35.03º | 0.7% | 0.52% | - |
| HSV(B) | 35.03º | 0.79% | 0.85% | - |
| XYZ | 39.67 | 35.65 | 7.27 | - |
| YUV | 156.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 45 | 0 | 0.33 | 0.79 | 0.15 | 35.03 | 0.7 | 0.52 |
| Hex | DA | 92 | 2D | 0 | 21 | 4F | F | 23 | 46 | 34 |
| Octal | 332 | 222 | 55 | 0 | 41 | 117 | 17 | 43 | 106 | 64 |
| Binary | 11011010 | 10010010 | 101101 | 0 | 100001 | 1001111 | 1111 | 100011 | 1000110 | 110100 |
Color Harmonies of #DA922D
Complementary color
Monochromatic Colors of #DA922D
Black with #DA922D
Text Example
Text Example
White with #DA922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA922D; }
p { color: rgb(218,146,45); }
H1.HeaderClassName
{
color: #DA922D;
}
.AnyTagClassName
{
color: #DA922D;
}
</style>
background-color css
<style>
a { background-color: #DA922D; }
a { background-color: rgb(218,146,45); }
div.DivClassName
{
background-color: #DA922D;
}
.BgClassName
{
background-color: #DA922D;
}
</style>
border-color css
<style>
span { border-color: #DA922D; }
span { border-color: rgb(218,146,45); }
td.TdClassName
{
border-color: #DA922D;
}
.TagClassName
{
border-color: #DA922D;
}
</style>