Shades of Sunflower #DABD20
Tints of Sunflower #DABD20
RGB
CMYK
RGB Variations
Color information
#DABD20 (or 0xDABD20) is known color: Sunflower. HEX triplet: DA, BD and 20. RGB value is (218,189,32). Sum of RGB (Red+Green+Blue) = 218+189+32=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD20 is #2542DF. Grayscale: #B4B4B4. Windows color (decimal): -2441952 or 2145754. OLE color: 2145754.
HSL color Cylindrical-coordinate representation of color #DABD20: hue angle of 50.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DABD20 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 32 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.15 |
| HSL | 50.65º | 0.74% | 0.49% | - |
| HSV(B) | 50.65º | 0.85% | 0.85% | - |
| XYZ | 47.37 | 51.4 | 8.79 | - |
| YUV | 179.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 32 | 0 | 0.13 | 0.85 | 0.15 | 50.65 | 0.74 | 0.49 |
| Hex | DA | BD | 20 | 0 | D | 55 | F | 33 | 4A | 31 |
| Octal | 332 | 275 | 40 | 0 | 15 | 125 | 17 | 63 | 112 | 61 |
| Binary | 11011010 | 10111101 | 100000 | 0 | 1101 | 1010101 | 1111 | 110011 | 1001010 | 110001 |
Color Harmonies of #DABD20
Complementary color
Monochromatic Colors of #DABD20
Black with #DABD20
Text Example
Text Example
White with #DABD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD20; }
p { color: rgb(218,189,32); }
H1.HeaderClassName
{
color: #DABD20;
}
.AnyTagClassName
{
color: #DABD20;
}
</style>
background-color css
<style>
a { background-color: #DABD20; }
a { background-color: rgb(218,189,32); }
div.DivClassName
{
background-color: #DABD20;
}
.BgClassName
{
background-color: #DABD20;
}
</style>
border-color css
<style>
span { border-color: #DABD20; }
span { border-color: rgb(218,189,32); }
td.TdClassName
{
border-color: #DABD20;
}
.TagClassName
{
border-color: #DABD20;
}
</style>