Shades of Sunflower #DAB721
Tints of Sunflower #DAB721
RGB
CMYK
RGB Variations
Color information
#DAB721 (or 0xDAB721) is known color: Sunflower. HEX triplet: DA, B7 and 21. RGB value is (218,183,33). Sum of RGB (Red+Green+Blue) = 218+183+33=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB721 is #2548DE. Grayscale: #B1B1B1. Windows color (decimal): -2443487 or 2209754. OLE color: 2209754.
HSL color Cylindrical-coordinate representation of color #DAB721: hue angle of 48.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 #DAB721 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 33 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.15 |
| HSL | 48.65º | 0.74% | 0.49% | - |
| HSV(B) | 48.65º | 0.85% | 0.85% | - |
| XYZ | 46.12 | 48.88 | 8.44 | - |
| YUV | 176.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 33 | 0 | 0.16 | 0.85 | 0.15 | 48.65 | 0.74 | 0.49 |
| Hex | DA | B7 | 21 | 0 | 10 | 55 | F | 31 | 4A | 31 |
| Octal | 332 | 267 | 41 | 0 | 20 | 125 | 17 | 61 | 112 | 61 |
| Binary | 11011010 | 10110111 | 100001 | 0 | 10000 | 1010101 | 1111 | 110001 | 1001010 | 110001 |
Color Harmonies of #DAB721
Complementary color
Monochromatic Colors of #DAB721
Black with #DAB721
Text Example
Text Example
White with #DAB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB721; }
p { color: rgb(218,183,33); }
H1.HeaderClassName
{
color: #DAB721;
}
.AnyTagClassName
{
color: #DAB721;
}
</style>
background-color css
<style>
a { background-color: #DAB721; }
a { background-color: rgb(218,183,33); }
div.DivClassName
{
background-color: #DAB721;
}
.BgClassName
{
background-color: #DAB721;
}
</style>
border-color css
<style>
span { border-color: #DAB721; }
span { border-color: rgb(218,183,33); }
td.TdClassName
{
border-color: #DAB721;
}
.TagClassName
{
border-color: #DAB721;
}
</style>