Shades of Sunflower #DAB902
Tints of Sunflower #DAB902
RGB
CMYK
RGB Variations
Color information
#DAB902 (or 0xDAB902) is known color: Sunflower. HEX triplet: DA, B9 and 02. RGB value is (218,185,2). Sum of RGB (Red+Green+Blue) = 218+185+2=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB902 is #2546FD. Grayscale: #AEAEAE. Windows color (decimal): -2443006 or 178650. OLE color: 178650.
HSL color Cylindrical-coordinate representation of color #DAB902: hue angle of 50.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAB902 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.15 |
| HSL | 50.83º | 0.98% | 0.43% | - |
| HSV(B) | 50.83º | 0.99% | 0.85% | - |
| XYZ | 46.27 | 49.61 | 7.19 | - |
| YUV | 174.01 | 30.93 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 2 | 0 | 0.15 | 0.99 | 0.15 | 50.83 | 0.98 | 0.43 |
| Hex | DA | B9 | 2 | 0 | F | 63 | F | 33 | 62 | 2B |
| Octal | 332 | 271 | 2 | 0 | 17 | 143 | 17 | 63 | 142 | 53 |
| Binary | 11011010 | 10111001 | 10 | 0 | 1111 | 1100011 | 1111 | 110011 | 1100010 | 101011 |
Color Harmonies of #DAB902
Complementary color
Monochromatic Colors of #DAB902
Black with #DAB902
Text Example
Text Example
White with #DAB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB902; }
p { color: rgb(218,185,2); }
H1.HeaderClassName
{
color: #DAB902;
}
.AnyTagClassName
{
color: #DAB902;
}
</style>
background-color css
<style>
a { background-color: #DAB902; }
a { background-color: rgb(218,185,2); }
div.DivClassName
{
background-color: #DAB902;
}
.BgClassName
{
background-color: #DAB902;
}
</style>
border-color css
<style>
span { border-color: #DAB902; }
span { border-color: rgb(218,185,2); }
td.TdClassName
{
border-color: #DAB902;
}
.TagClassName
{
border-color: #DAB902;
}
</style>