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