Shades of Sunflower #DBAF10
Tints of Sunflower #DBAF10
RGB
CMYK
RGB Variations
Color information
#DBAF10 (or 0xDBAF10) is known color: Sunflower. HEX triplet: DB, AF and 10. RGB value is (219,175,16). Sum of RGB (Red+Green+Blue) = 219+175+16=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF10 is #2450EF. Grayscale: #AAAAAA. Windows color (decimal): -2380016 or 1093595. OLE color: 1093595.
HSL color Cylindrical-coordinate representation of color #DBAF10: hue angle of 47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBAF10 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.14 |
| HSL | 47º | 0.86% | 0.46% | - |
| HSV(B) | 47º | 0.93% | 0.86% | - |
| XYZ | 44.64 | 45.76 | 6.97 | - |
| YUV | 170.03 | 41.08 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 16 | 0 | 0.20 | 0.93 | 0.14 | 47 | 0.86 | 0.46 |
| Hex | DB | AF | 10 | 0 | 14 | 5D | E | 2F | 56 | 2E |
| Octal | 333 | 257 | 20 | 0 | 24 | 135 | 16 | 57 | 126 | 56 |
| Binary | 11011011 | 10101111 | 10000 | 0 | 10100 | 1011101 | 1110 | 101111 | 1010110 | 101110 |
Color Harmonies of #DBAF10
Complementary color
Monochromatic Colors of #DBAF10
Black with #DBAF10
Text Example
Text Example
White with #DBAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF10; }
p { color: rgb(219,175,16); }
H1.HeaderClassName
{
color: #DBAF10;
}
.AnyTagClassName
{
color: #DBAF10;
}
</style>
background-color css
<style>
a { background-color: #DBAF10; }
a { background-color: rgb(219,175,16); }
div.DivClassName
{
background-color: #DBAF10;
}
.BgClassName
{
background-color: #DBAF10;
}
</style>
border-color css
<style>
span { border-color: #DBAF10; }
span { border-color: rgb(219,175,16); }
td.TdClassName
{
border-color: #DBAF10;
}
.TagClassName
{
border-color: #DBAF10;
}
</style>