Shades of Sunflower #DAB811
Tints of Sunflower #DAB811
RGB
CMYK
RGB Variations
Color information
#DAB811 (or 0xDAB811) is known color: Sunflower. HEX triplet: DA, B8 and 11. RGB value is (218,184,17). Sum of RGB (Red+Green+Blue) = 218+184+17=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB811 is #2547EE. Grayscale: #AFAFAF. Windows color (decimal): -2443247 or 1161434. OLE color: 1161434.
HSL color Cylindrical-coordinate representation of color #DAB811: hue angle of 49.85º 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 #DAB811 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.15 |
| HSL | 49.85º | 0.86% | 0.46% | - |
| HSV(B) | 49.85º | 0.92% | 0.85% | - |
| XYZ | 46.16 | 49.23 | 7.6 | - |
| YUV | 175.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 17 | 0 | 0.16 | 0.92 | 0.15 | 49.85 | 0.86 | 0.46 |
| Hex | DA | B8 | 11 | 0 | 10 | 5C | F | 32 | 56 | 2E |
| Octal | 332 | 270 | 21 | 0 | 20 | 134 | 17 | 62 | 126 | 56 |
| Binary | 11011010 | 10111000 | 10001 | 0 | 10000 | 1011100 | 1111 | 110010 | 1010110 | 101110 |
Color Harmonies of #DAB811
Complementary color
Monochromatic Colors of #DAB811
Black with #DAB811
Text Example
Text Example
White with #DAB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB811; }
p { color: rgb(218,184,17); }
H1.HeaderClassName
{
color: #DAB811;
}
.AnyTagClassName
{
color: #DAB811;
}
</style>
background-color css
<style>
a { background-color: #DAB811; }
a { background-color: rgb(218,184,17); }
div.DivClassName
{
background-color: #DAB811;
}
.BgClassName
{
background-color: #DAB811;
}
</style>
border-color css
<style>
span { border-color: #DAB811; }
span { border-color: rgb(218,184,17); }
td.TdClassName
{
border-color: #DAB811;
}
.TagClassName
{
border-color: #DAB811;
}
</style>