Shades of Sunflower #DABC20
Tints of Sunflower #DABC20
RGB
CMYK
RGB Variations
Color information
#DABC20 (or 0xDABC20) is known color: Sunflower. HEX triplet: DA, BC and 20. RGB value is (218,188,32). Sum of RGB (Red+Green+Blue) = 218+188+32=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC20 is #2543DF. Grayscale: #B3B3B3. Windows color (decimal): -2442208 or 2145498. OLE color: 2145498.
HSL color Cylindrical-coordinate representation of color #DABC20: hue angle of 50.32º 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 #DABC20 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 32 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.15 |
| HSL | 50.32º | 0.74% | 0.49% | - |
| HSV(B) | 50.32º | 0.85% | 0.85% | - |
| XYZ | 47.16 | 50.98 | 8.72 | - |
| YUV | 179.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 32 | 0 | 0.14 | 0.85 | 0.15 | 50.32 | 0.74 | 0.49 |
| Hex | DA | BC | 20 | 0 | E | 55 | F | 32 | 4A | 31 |
| Octal | 332 | 274 | 40 | 0 | 16 | 125 | 17 | 62 | 112 | 61 |
| Binary | 11011010 | 10111100 | 100000 | 0 | 1110 | 1010101 | 1111 | 110010 | 1001010 | 110001 |
Color Harmonies of #DABC20
Complementary color
Monochromatic Colors of #DABC20
Black with #DABC20
Text Example
Text Example
White with #DABC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC20; }
p { color: rgb(218,188,32); }
H1.HeaderClassName
{
color: #DABC20;
}
.AnyTagClassName
{
color: #DABC20;
}
</style>
background-color css
<style>
a { background-color: #DABC20; }
a { background-color: rgb(218,188,32); }
div.DivClassName
{
background-color: #DABC20;
}
.BgClassName
{
background-color: #DABC20;
}
</style>
border-color css
<style>
span { border-color: #DABC20; }
span { border-color: rgb(218,188,32); }
td.TdClassName
{
border-color: #DABC20;
}
.TagClassName
{
border-color: #DABC20;
}
</style>