Shades of Sunflower #DAB500
Tints of Sunflower #DAB500
RGB
CMYK
RGB Variations
Color information
#DAB500 (or 0xDAB500) is known color: Sunflower. HEX triplet: DA, B5 and 00. RGB value is (218,181,0). Sum of RGB (Red+Green+Blue) = 218+181+0=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB500 is #254AFF. Grayscale: #ACACAC. Windows color (decimal): -2444032 or 46554. OLE color: 46554.
HSL color Cylindrical-coordinate representation of color #DAB500: hue angle of 49.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAB500 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.15 |
| HSL | 49.82º | 1% | 0.43% | - |
| HSV(B) | 49.82º | 1% | 0.85% | - |
| XYZ | 45.44 | 47.95 | 6.86 | - |
| YUV | 171.43 | 31.26 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 0 | 0 | 0.17 | 1 | 0.15 | 49.82 | 1 | 0.43 |
| Hex | DA | B5 | 0 | 0 | 11 | 64 | F | 32 | 64 | 2B |
| Octal | 332 | 265 | 0 | 0 | 21 | 144 | 17 | 62 | 144 | 53 |
| Binary | 11011010 | 10110101 | 0 | 0 | 10001 | 1100100 | 1111 | 110010 | 1100100 | 101011 |
Color Harmonies of #DAB500
Complementary color
Monochromatic Colors of #DAB500
Black with #DAB500
Text Example
Text Example
White with #DAB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB500; }
p { color: rgb(218,181,0); }
H1.HeaderClassName
{
color: #DAB500;
}
.AnyTagClassName
{
color: #DAB500;
}
</style>
background-color css
<style>
a { background-color: #DAB500; }
a { background-color: rgb(218,181,0); }
div.DivClassName
{
background-color: #DAB500;
}
.BgClassName
{
background-color: #DAB500;
}
</style>
border-color css
<style>
span { border-color: #DAB500; }
span { border-color: rgb(218,181,0); }
td.TdClassName
{
border-color: #DAB500;
}
.TagClassName
{
border-color: #DAB500;
}
</style>