Shades of Sunflower #DAB611
Tints of Sunflower #DAB611
RGB
CMYK
RGB Variations
Color information
#DAB611 (or 0xDAB611) is known color: Sunflower. HEX triplet: DA, B6 and 11. RGB value is (218,182,17). Sum of RGB (Red+Green+Blue) = 218+182+17=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB611 is #2549EE. Grayscale: #AEAEAE. Windows color (decimal): -2443759 or 1160922. OLE color: 1160922.
HSL color Cylindrical-coordinate representation of color #DAB611: hue angle of 49.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAB611 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.15 |
| HSL | 49.25º | 0.86% | 0.46% | - |
| HSV(B) | 49.25º | 0.92% | 0.85% | - |
| XYZ | 45.74 | 48.4 | 7.46 | - |
| YUV | 173.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 17 | 0 | 0.17 | 0.92 | 0.15 | 49.25 | 0.86 | 0.46 |
| Hex | DA | B6 | 11 | 0 | 11 | 5C | F | 31 | 56 | 2E |
| Octal | 332 | 266 | 21 | 0 | 21 | 134 | 17 | 61 | 126 | 56 |
| Binary | 11011010 | 10110110 | 10001 | 0 | 10001 | 1011100 | 1111 | 110001 | 1010110 | 101110 |
Color Harmonies of #DAB611
Complementary color
Monochromatic Colors of #DAB611
Black with #DAB611
Text Example
Text Example
White with #DAB611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB611; }
p { color: rgb(218,182,17); }
H1.HeaderClassName
{
color: #DAB611;
}
.AnyTagClassName
{
color: #DAB611;
}
</style>
background-color css
<style>
a { background-color: #DAB611; }
a { background-color: rgb(218,182,17); }
div.DivClassName
{
background-color: #DAB611;
}
.BgClassName
{
background-color: #DAB611;
}
</style>
border-color css
<style>
span { border-color: #DAB611; }
span { border-color: rgb(218,182,17); }
td.TdClassName
{
border-color: #DAB611;
}
.TagClassName
{
border-color: #DAB611;
}
</style>