Shades of Sunflower #DAB607
Tints of Sunflower #DAB607
RGB
CMYK
RGB Variations
Color information
#DAB607 (or 0xDAB607) is known color: Sunflower. HEX triplet: DA, B6 and 07. RGB value is (218,182,7). Sum of RGB (Red+Green+Blue) = 218+182+7=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB607 is #2549F8. Grayscale: #ADADAD. Windows color (decimal): -2443769 or 505562. OLE color: 505562.
HSL color Cylindrical-coordinate representation of color #DAB607: hue angle of 49.76º 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 #DAB607 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.15 |
| HSL | 49.76º | 0.94% | 0.44% | - |
| HSV(B) | 49.76º | 0.97% | 0.85% | - |
| XYZ | 45.68 | 48.38 | 7.13 | - |
| YUV | 172.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 7 | 0 | 0.17 | 0.97 | 0.15 | 49.76 | 0.94 | 0.44 |
| Hex | DA | B6 | 7 | 0 | 11 | 61 | F | 32 | 5E | 2C |
| Octal | 332 | 266 | 7 | 0 | 21 | 141 | 17 | 62 | 136 | 54 |
| Binary | 11011010 | 10110110 | 111 | 0 | 10001 | 1100001 | 1111 | 110010 | 1011110 | 101100 |
Color Harmonies of #DAB607
Complementary color
Monochromatic Colors of #DAB607
Black with #DAB607
Text Example
Text Example
White with #DAB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB607; }
p { color: rgb(218,182,7); }
H1.HeaderClassName
{
color: #DAB607;
}
.AnyTagClassName
{
color: #DAB607;
}
</style>
background-color css
<style>
a { background-color: #DAB607; }
a { background-color: rgb(218,182,7); }
div.DivClassName
{
background-color: #DAB607;
}
.BgClassName
{
background-color: #DAB607;
}
</style>
border-color css
<style>
span { border-color: #DAB607; }
span { border-color: rgb(218,182,7); }
td.TdClassName
{
border-color: #DAB607;
}
.TagClassName
{
border-color: #DAB607;
}
</style>