Shades of Sunflower #DAB90B
Tints of Sunflower #DAB90B
RGB
CMYK
RGB Variations
Color information
#DAB90B (or 0xDAB90B) is known color: Sunflower. HEX triplet: DA, B9 and 0B. RGB value is (218,185,11). Sum of RGB (Red+Green+Blue) = 218+185+11=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB90B is #2546F4. Grayscale: #AFAFAF. Windows color (decimal): -2442997 or 768474. OLE color: 768474.
HSL color Cylindrical-coordinate representation of color #DAB90B: hue angle of 50.43º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAB90B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.15 |
| HSL | 50.43º | 0.9% | 0.45% | - |
| HSV(B) | 50.43º | 0.95% | 0.85% | - |
| XYZ | 46.32 | 49.63 | 7.45 | - |
| YUV | 175.03 | 35.43 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 11 | 0 | 0.15 | 0.95 | 0.15 | 50.43 | 0.9 | 0.45 |
| Hex | DA | B9 | B | 0 | F | 5F | F | 32 | 5A | 2D |
| Octal | 332 | 271 | 13 | 0 | 17 | 137 | 17 | 62 | 132 | 55 |
| Binary | 11011010 | 10111001 | 1011 | 0 | 1111 | 1011111 | 1111 | 110010 | 1011010 | 101101 |
Color Harmonies of #DAB90B
Complementary color
Monochromatic Colors of #DAB90B
Black with #DAB90B
Text Example
Text Example
White with #DAB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB90B; }
p { color: rgb(218,185,11); }
H1.HeaderClassName
{
color: #DAB90B;
}
.AnyTagClassName
{
color: #DAB90B;
}
</style>
background-color css
<style>
a { background-color: #DAB90B; }
a { background-color: rgb(218,185,11); }
div.DivClassName
{
background-color: #DAB90B;
}
.BgClassName
{
background-color: #DAB90B;
}
</style>
border-color css
<style>
span { border-color: #DAB90B; }
span { border-color: rgb(218,185,11); }
td.TdClassName
{
border-color: #DAB90B;
}
.TagClassName
{
border-color: #DAB90B;
}
</style>