Shades of Sunflower #DAB501
Tints of Sunflower #DAB501
RGB
CMYK
RGB Variations
Color information
#DAB501 (or 0xDAB501) is known color: Sunflower. HEX triplet: DA, B5 and 01. RGB value is (218,181,1). Sum of RGB (Red+Green+Blue) = 218+181+1=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB501 is #254AFE. Grayscale: #ACACAC. Windows color (decimal): -2444031 or 112090. OLE color: 112090.
HSL color Cylindrical-coordinate representation of color #DAB501: hue angle of 49.77º 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 #DAB501 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.15 |
| HSL | 49.77º | 0.99% | 0.43% | - |
| HSV(B) | 49.77º | 1% | 0.85% | - |
| XYZ | 45.44 | 47.96 | 6.89 | - |
| YUV | 171.54 | 31.76 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 1 | 0 | 0.17 | 1.00 | 0.15 | 49.77 | 0.99 | 0.43 |
| Hex | DA | B5 | 1 | 0 | 11 | 64 | F | 32 | 63 | 2B |
| Octal | 332 | 265 | 1 | 0 | 21 | 144 | 17 | 62 | 143 | 53 |
| Binary | 11011010 | 10110101 | 1 | 0 | 10001 | 1100100 | 1111 | 110010 | 1100011 | 101011 |
Color Harmonies of #DAB501
Complementary color
Monochromatic Colors of #DAB501
Black with #DAB501
Text Example
Text Example
White with #DAB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB501; }
p { color: rgb(218,181,1); }
H1.HeaderClassName
{
color: #DAB501;
}
.AnyTagClassName
{
color: #DAB501;
}
</style>
background-color css
<style>
a { background-color: #DAB501; }
a { background-color: rgb(218,181,1); }
div.DivClassName
{
background-color: #DAB501;
}
.BgClassName
{
background-color: #DAB501;
}
</style>
border-color css
<style>
span { border-color: #DAB501; }
span { border-color: rgb(218,181,1); }
td.TdClassName
{
border-color: #DAB501;
}
.TagClassName
{
border-color: #DAB501;
}
</style>