Shades of Sunflower #DAB511
Tints of Sunflower #DAB511
RGB
CMYK
RGB Variations
Color information
#DAB511 (or 0xDAB511) is known color: Sunflower. HEX triplet: DA, B5 and 11. RGB value is (218,181,17). Sum of RGB (Red+Green+Blue) = 218+181+17=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB511 is #254AEE. Grayscale: #AEAEAE. Windows color (decimal): -2444015 or 1160666. OLE color: 1160666.
HSL color Cylindrical-coordinate representation of color #DAB511: hue angle of 48.96º 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 #DAB511 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.15 |
| HSL | 48.96º | 0.86% | 0.46% | - |
| HSV(B) | 48.96º | 0.92% | 0.85% | - |
| XYZ | 45.54 | 47.99 | 7.39 | - |
| YUV | 173.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 17 | 0 | 0.17 | 0.92 | 0.15 | 48.96 | 0.86 | 0.46 |
| Hex | DA | B5 | 11 | 0 | 11 | 5C | F | 31 | 56 | 2E |
| Octal | 332 | 265 | 21 | 0 | 21 | 134 | 17 | 61 | 126 | 56 |
| Binary | 11011010 | 10110101 | 10001 | 0 | 10001 | 1011100 | 1111 | 110001 | 1010110 | 101110 |
Color Harmonies of #DAB511
Complementary color
Monochromatic Colors of #DAB511
Black with #DAB511
Text Example
Text Example
White with #DAB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB511; }
p { color: rgb(218,181,17); }
H1.HeaderClassName
{
color: #DAB511;
}
.AnyTagClassName
{
color: #DAB511;
}
</style>
background-color css
<style>
a { background-color: #DAB511; }
a { background-color: rgb(218,181,17); }
div.DivClassName
{
background-color: #DAB511;
}
.BgClassName
{
background-color: #DAB511;
}
</style>
border-color css
<style>
span { border-color: #DAB511; }
span { border-color: rgb(218,181,17); }
td.TdClassName
{
border-color: #DAB511;
}
.TagClassName
{
border-color: #DAB511;
}
</style>