Shades of Sunflower #DAB808
Tints of Sunflower #DAB808
RGB
CMYK
RGB Variations
Color information
#DAB808 (or 0xDAB808) is known color: Sunflower. HEX triplet: DA, B8 and 08. RGB value is (218,184,8). Sum of RGB (Red+Green+Blue) = 218+184+8=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB808 is #2547F7. Grayscale: #AEAEAE. Windows color (decimal): -2443256 or 571610. OLE color: 571610.
HSL color Cylindrical-coordinate representation of color #DAB808: hue angle of 50.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAB808 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.15 |
| HSL | 50.29º | 0.93% | 0.44% | - |
| HSV(B) | 50.29º | 0.96% | 0.85% | - |
| XYZ | 46.1 | 49.2 | 7.3 | - |
| YUV | 174.1 | 34.26 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 8 | 0 | 0.16 | 0.96 | 0.15 | 50.29 | 0.93 | 0.44 |
| Hex | DA | B8 | 8 | 0 | 10 | 60 | F | 32 | 5D | 2C |
| Octal | 332 | 270 | 10 | 0 | 20 | 140 | 17 | 62 | 135 | 54 |
| Binary | 11011010 | 10111000 | 1000 | 0 | 10000 | 1100000 | 1111 | 110010 | 1011101 | 101100 |
Color Harmonies of #DAB808
Complementary color
Monochromatic Colors of #DAB808
Black with #DAB808
Text Example
Text Example
White with #DAB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB808; }
p { color: rgb(218,184,8); }
H1.HeaderClassName
{
color: #DAB808;
}
.AnyTagClassName
{
color: #DAB808;
}
</style>
background-color css
<style>
a { background-color: #DAB808; }
a { background-color: rgb(218,184,8); }
div.DivClassName
{
background-color: #DAB808;
}
.BgClassName
{
background-color: #DAB808;
}
</style>
border-color css
<style>
span { border-color: #DAB808; }
span { border-color: rgb(218,184,8); }
td.TdClassName
{
border-color: #DAB808;
}
.TagClassName
{
border-color: #DAB808;
}
</style>