Shades of Sunflower #DAB801
Tints of Sunflower #DAB801
RGB
CMYK
RGB Variations
Color information
#DAB801 (or 0xDAB801) is known color: Sunflower. HEX triplet: DA, B8 and 01. RGB value is (218,184,1). Sum of RGB (Red+Green+Blue) = 218+184+1=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB801 is #2547FE. Grayscale: #AEAEAE. Windows color (decimal): -2443263 or 112858. OLE color: 112858.
HSL color Cylindrical-coordinate representation of color #DAB801: hue angle of 50.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAB801 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.15 |
| HSL | 50.6º | 0.99% | 0.43% | - |
| HSV(B) | 50.6º | 1% | 0.85% | - |
| XYZ | 46.06 | 49.19 | 7.1 | - |
| YUV | 173.3 | 30.76 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 1 | 0 | 0.16 | 1.00 | 0.15 | 50.6 | 0.99 | 0.43 |
| Hex | DA | B8 | 1 | 0 | 10 | 64 | F | 33 | 63 | 2B |
| Octal | 332 | 270 | 1 | 0 | 20 | 144 | 17 | 63 | 143 | 53 |
| Binary | 11011010 | 10111000 | 1 | 0 | 10000 | 1100100 | 1111 | 110011 | 1100011 | 101011 |
Color Harmonies of #DAB801
Complementary color
Monochromatic Colors of #DAB801
Black with #DAB801
Text Example
Text Example
White with #DAB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB801; }
p { color: rgb(218,184,1); }
H1.HeaderClassName
{
color: #DAB801;
}
.AnyTagClassName
{
color: #DAB801;
}
</style>
background-color css
<style>
a { background-color: #DAB801; }
a { background-color: rgb(218,184,1); }
div.DivClassName
{
background-color: #DAB801;
}
.BgClassName
{
background-color: #DAB801;
}
</style>
border-color css
<style>
span { border-color: #DAB801; }
span { border-color: rgb(218,184,1); }
td.TdClassName
{
border-color: #DAB801;
}
.TagClassName
{
border-color: #DAB801;
}
</style>