Shades of Sunflower #DAB920
Tints of Sunflower #DAB920
RGB
CMYK
RGB Variations
Color information
#DAB920 (or 0xDAB920) is known color: Sunflower. HEX triplet: DA, B9 and 20. RGB value is (218,185,32). Sum of RGB (Red+Green+Blue) = 218+185+32=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB920 is #2546DF. Grayscale: #B2B2B2. Windows color (decimal): -2442976 or 2144730. OLE color: 2144730.
HSL color Cylindrical-coordinate representation of color #DAB920: hue angle of 49.35º 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 #DAB920 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 32 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.15 |
| HSL | 49.35º | 0.74% | 0.49% | - |
| HSV(B) | 49.35º | 0.85% | 0.85% | - |
| XYZ | 46.52 | 49.71 | 8.51 | - |
| YUV | 177.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 32 | 0 | 0.15 | 0.85 | 0.15 | 49.35 | 0.74 | 0.49 |
| Hex | DA | B9 | 20 | 0 | F | 55 | F | 31 | 4A | 31 |
| Octal | 332 | 271 | 40 | 0 | 17 | 125 | 17 | 61 | 112 | 61 |
| Binary | 11011010 | 10111001 | 100000 | 0 | 1111 | 1010101 | 1111 | 110001 | 1001010 | 110001 |
Color Harmonies of #DAB920
Complementary color
Monochromatic Colors of #DAB920
Black with #DAB920
Text Example
Text Example
White with #DAB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB920; }
p { color: rgb(218,185,32); }
H1.HeaderClassName
{
color: #DAB920;
}
.AnyTagClassName
{
color: #DAB920;
}
</style>
background-color css
<style>
a { background-color: #DAB920; }
a { background-color: rgb(218,185,32); }
div.DivClassName
{
background-color: #DAB920;
}
.BgClassName
{
background-color: #DAB920;
}
</style>
border-color css
<style>
span { border-color: #DAB920; }
span { border-color: rgb(218,185,32); }
td.TdClassName
{
border-color: #DAB920;
}
.TagClassName
{
border-color: #DAB920;
}
</style>