Shades of Sunflower #DAB720
Tints of Sunflower #DAB720
RGB
CMYK
RGB Variations
Color information
#DAB720 (or 0xDAB720) is known color: Sunflower. HEX triplet: DA, B7 and 20. RGB value is (218,183,32). Sum of RGB (Red+Green+Blue) = 218+183+32=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB720 is #2548DF. Grayscale: #B0B0B0. Windows color (decimal): -2443488 or 2144218. OLE color: 2144218.
HSL color Cylindrical-coordinate representation of color #DAB720: hue angle of 48.71º 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 #DAB720 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 32 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.15 |
| HSL | 48.71º | 0.74% | 0.49% | - |
| HSV(B) | 48.71º | 0.85% | 0.85% | - |
| XYZ | 46.11 | 48.88 | 8.37 | - |
| YUV | 176.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 32 | 0 | 0.16 | 0.85 | 0.15 | 48.71 | 0.74 | 0.49 |
| Hex | DA | B7 | 20 | 0 | 10 | 55 | F | 31 | 4A | 31 |
| Octal | 332 | 267 | 40 | 0 | 20 | 125 | 17 | 61 | 112 | 61 |
| Binary | 11011010 | 10110111 | 100000 | 0 | 10000 | 1010101 | 1111 | 110001 | 1001010 | 110001 |
Color Harmonies of #DAB720
Complementary color
Monochromatic Colors of #DAB720
Black with #DAB720
Text Example
Text Example
White with #DAB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB720; }
p { color: rgb(218,183,32); }
H1.HeaderClassName
{
color: #DAB720;
}
.AnyTagClassName
{
color: #DAB720;
}
</style>
background-color css
<style>
a { background-color: #DAB720; }
a { background-color: rgb(218,183,32); }
div.DivClassName
{
background-color: #DAB720;
}
.BgClassName
{
background-color: #DAB720;
}
</style>
border-color css
<style>
span { border-color: #DAB720; }
span { border-color: rgb(218,183,32); }
td.TdClassName
{
border-color: #DAB720;
}
.TagClassName
{
border-color: #DAB720;
}
</style>