Shades of Sunflower #DABE2A
Tints of Sunflower #DABE2A
RGB
CMYK
RGB Variations
Color information
#DABE2A (or 0xDABE2A) is known color: Sunflower. HEX triplet: DA, BE and 2A. RGB value is (218,190,42). Sum of RGB (Red+Green+Blue) = 218+190+42=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE2A is #2541D5. Grayscale: #B6B6B6. Windows color (decimal): -2441686 or 2801370. OLE color: 2801370.
HSL color Cylindrical-coordinate representation of color #DABE2A: hue angle of 50.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DABE2A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 42 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.15 |
| HSL | 50.45º | 0.7% | 0.51% | - |
| HSV(B) | 50.45º | 0.81% | 0.85% | - |
| XYZ | 47.74 | 51.9 | 9.69 | - |
| YUV | 181.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 42 | 0 | 0.13 | 0.81 | 0.15 | 50.45 | 0.7 | 0.51 |
| Hex | DA | BE | 2A | 0 | D | 51 | F | 32 | 46 | 33 |
| Octal | 332 | 276 | 52 | 0 | 15 | 121 | 17 | 62 | 106 | 63 |
| Binary | 11011010 | 10111110 | 101010 | 0 | 1101 | 1010001 | 1111 | 110010 | 1000110 | 110011 |
Color Harmonies of #DABE2A
Complementary color
Monochromatic Colors of #DABE2A
Black with #DABE2A
Text Example
Text Example
White with #DABE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE2A; }
p { color: rgb(218,190,42); }
H1.HeaderClassName
{
color: #DABE2A;
}
.AnyTagClassName
{
color: #DABE2A;
}
</style>
background-color css
<style>
a { background-color: #DABE2A; }
a { background-color: rgb(218,190,42); }
div.DivClassName
{
background-color: #DABE2A;
}
.BgClassName
{
background-color: #DABE2A;
}
</style>
border-color css
<style>
span { border-color: #DABE2A; }
span { border-color: rgb(218,190,42); }
td.TdClassName
{
border-color: #DABE2A;
}
.TagClassName
{
border-color: #DABE2A;
}
</style>