Shades of Sunflower #DABC26
Tints of Sunflower #DABC26
RGB
CMYK
RGB Variations
Color information
#DABC26 (or 0xDABC26) is known color: Sunflower. HEX triplet: DA, BC and 26. RGB value is (218,188,38). Sum of RGB (Red+Green+Blue) = 218+188+38=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC26 is #2543D9. Grayscale: #B4B4B4. Windows color (decimal): -2442202 or 2538714. OLE color: 2538714.
HSL color Cylindrical-coordinate representation of color #DABC26: hue angle of 50º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DABC26 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 38 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.15 |
| HSL | 50º | 0.71% | 0.5% | - |
| HSV(B) | 50º | 0.83% | 0.85% | - |
| XYZ | 47.25 | 51.01 | 9.19 | - |
| YUV | 179.87 | 47.94 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 38 | 0 | 0.14 | 0.83 | 0.15 | 50 | 0.71 | 0.5 |
| Hex | DA | BC | 26 | 0 | E | 53 | F | 32 | 47 | 32 |
| Octal | 332 | 274 | 46 | 0 | 16 | 123 | 17 | 62 | 107 | 62 |
| Binary | 11011010 | 10111100 | 100110 | 0 | 1110 | 1010011 | 1111 | 110010 | 1000111 | 110010 |
Color Harmonies of #DABC26
Complementary color
Monochromatic Colors of #DABC26
Black with #DABC26
Text Example
Text Example
White with #DABC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC26; }
p { color: rgb(218,188,38); }
H1.HeaderClassName
{
color: #DABC26;
}
.AnyTagClassName
{
color: #DABC26;
}
</style>
background-color css
<style>
a { background-color: #DABC26; }
a { background-color: rgb(218,188,38); }
div.DivClassName
{
background-color: #DABC26;
}
.BgClassName
{
background-color: #DABC26;
}
</style>
border-color css
<style>
span { border-color: #DABC26; }
span { border-color: rgb(218,188,38); }
td.TdClassName
{
border-color: #DABC26;
}
.TagClassName
{
border-color: #DABC26;
}
</style>