Shades of Buttercup #DA921E
Tints of Buttercup #DA921E
RGB
CMYK
RGB Variations
Color information
#DA921E (or 0xDA921E) is known color: Buttercup. HEX triplet: DA, 92 and 1E. RGB value is (218,146,30). Sum of RGB (Red+Green+Blue) = 218+146+30=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA921E is #256DE1. Grayscale: #9A9A9A. Windows color (decimal): -2452962 or 2003674. OLE color: 2003674.
HSL color Cylindrical-coordinate representation of color #DA921E: hue angle of 37.02º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA921E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 30 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.15 |
| HSL | 37.02º | 0.76% | 0.49% | - |
| HSV(B) | 37.02º | 0.86% | 0.85% | - |
| XYZ | 39.43 | 35.56 | 6.01 | - |
| YUV | 154.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 30 | 0 | 0.33 | 0.86 | 0.15 | 37.02 | 0.76 | 0.49 |
| Hex | DA | 92 | 1E | 0 | 21 | 56 | F | 25 | 4C | 31 |
| Octal | 332 | 222 | 36 | 0 | 41 | 126 | 17 | 45 | 114 | 61 |
| Binary | 11011010 | 10010010 | 11110 | 0 | 100001 | 1010110 | 1111 | 100101 | 1001100 | 110001 |
Color Harmonies of #DA921E
Complementary color
Monochromatic Colors of #DA921E
Black with #DA921E
Text Example
Text Example
White with #DA921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA921E; }
p { color: rgb(218,146,30); }
H1.HeaderClassName
{
color: #DA921E;
}
.AnyTagClassName
{
color: #DA921E;
}
</style>
background-color css
<style>
a { background-color: #DA921E; }
a { background-color: rgb(218,146,30); }
div.DivClassName
{
background-color: #DA921E;
}
.BgClassName
{
background-color: #DA921E;
}
</style>
border-color css
<style>
span { border-color: #DA921E; }
span { border-color: rgb(218,146,30); }
td.TdClassName
{
border-color: #DA921E;
}
.TagClassName
{
border-color: #DA921E;
}
</style>