Shades of Sunflower #DAB921
Tints of Sunflower #DAB921
RGB
CMYK
RGB Variations
Color information
#DAB921 (or 0xDAB921) is known color: Sunflower. HEX triplet: DA, B9 and 21. RGB value is (218,185,33). Sum of RGB (Red+Green+Blue) = 218+185+33=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB921 is #2546DE. Grayscale: #B2B2B2. Windows color (decimal): -2442975 or 2210266. OLE color: 2210266.
HSL color Cylindrical-coordinate representation of color #DAB921: hue angle of 49.3º 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 #DAB921 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.15 |
| HSL | 49.3º | 0.74% | 0.49% | - |
| HSV(B) | 49.3º | 0.85% | 0.85% | - |
| XYZ | 46.54 | 49.71 | 8.58 | - |
| YUV | 177.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 33 | 0 | 0.15 | 0.85 | 0.15 | 49.3 | 0.74 | 0.49 |
| Hex | DA | B9 | 21 | 0 | F | 55 | F | 31 | 4A | 31 |
| Octal | 332 | 271 | 41 | 0 | 17 | 125 | 17 | 61 | 112 | 61 |
| Binary | 11011010 | 10111001 | 100001 | 0 | 1111 | 1010101 | 1111 | 110001 | 1001010 | 110001 |
Color Harmonies of #DAB921
Complementary color
Monochromatic Colors of #DAB921
Black with #DAB921
Text Example
Text Example
White with #DAB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB921; }
p { color: rgb(218,185,33); }
H1.HeaderClassName
{
color: #DAB921;
}
.AnyTagClassName
{
color: #DAB921;
}
</style>
background-color css
<style>
a { background-color: #DAB921; }
a { background-color: rgb(218,185,33); }
div.DivClassName
{
background-color: #DAB921;
}
.BgClassName
{
background-color: #DAB921;
}
</style>
border-color css
<style>
span { border-color: #DAB921; }
span { border-color: rgb(218,185,33); }
td.TdClassName
{
border-color: #DAB921;
}
.TagClassName
{
border-color: #DAB921;
}
</style>