Shades of Sunflower #DAB407
Tints of Sunflower #DAB407
RGB
CMYK
RGB Variations
Color information
#DAB407 (or 0xDAB407) is known color: Sunflower. HEX triplet: DA, B4 and 07. RGB value is (218,180,7). Sum of RGB (Red+Green+Blue) = 218+180+7=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB407 is #254BF8. Grayscale: #ACACAC. Windows color (decimal): -2444281 or 505050. OLE color: 505050.
HSL color Cylindrical-coordinate representation of color #DAB407: hue angle of 49.19º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAB407 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.15 |
| HSL | 49.19º | 0.94% | 0.44% | - |
| HSV(B) | 49.19º | 0.97% | 0.85% | - |
| XYZ | 45.27 | 47.56 | 7 | - |
| YUV | 171.64 | 35.09 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 7 | 0 | 0.17 | 0.97 | 0.15 | 49.19 | 0.94 | 0.44 |
| Hex | DA | B4 | 7 | 0 | 11 | 61 | F | 31 | 5E | 2C |
| Octal | 332 | 264 | 7 | 0 | 21 | 141 | 17 | 61 | 136 | 54 |
| Binary | 11011010 | 10110100 | 111 | 0 | 10001 | 1100001 | 1111 | 110001 | 1011110 | 101100 |
Color Harmonies of #DAB407
Complementary color
Monochromatic Colors of #DAB407
Black with #DAB407
Text Example
Text Example
White with #DAB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB407; }
p { color: rgb(218,180,7); }
H1.HeaderClassName
{
color: #DAB407;
}
.AnyTagClassName
{
color: #DAB407;
}
</style>
background-color css
<style>
a { background-color: #DAB407; }
a { background-color: rgb(218,180,7); }
div.DivClassName
{
background-color: #DAB407;
}
.BgClassName
{
background-color: #DAB407;
}
</style>
border-color css
<style>
span { border-color: #DAB407; }
span { border-color: rgb(218,180,7); }
td.TdClassName
{
border-color: #DAB407;
}
.TagClassName
{
border-color: #DAB407;
}
</style>