Shades of Sunflower #DAAF0B
Tints of Sunflower #DAAF0B
RGB
CMYK
RGB Variations
Color information
#DAAF0B (or 0xDAAF0B) is known color: Sunflower. HEX triplet: DA, AF and 0B. RGB value is (218,175,11). Sum of RGB (Red+Green+Blue) = 218+175+11=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAF0B is #2550F4. Grayscale: #A9A9A9. Windows color (decimal): -2445557 or 765914. OLE color: 765914.
HSL color Cylindrical-coordinate representation of color #DAAF0B: hue angle of 47.54º 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 #DAAF0B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.15 |
| HSL | 47.54º | 0.9% | 0.45% | - |
| HSV(B) | 47.54º | 0.95% | 0.85% | - |
| XYZ | 44.3 | 45.59 | 6.78 | - |
| YUV | 169.16 | 38.75 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 11 | 0 | 0.20 | 0.95 | 0.15 | 47.54 | 0.9 | 0.45 |
| Hex | DA | AF | B | 0 | 14 | 5F | F | 30 | 5A | 2D |
| Octal | 332 | 257 | 13 | 0 | 24 | 137 | 17 | 60 | 132 | 55 |
| Binary | 11011010 | 10101111 | 1011 | 0 | 10100 | 1011111 | 1111 | 110000 | 1011010 | 101101 |
Color Harmonies of #DAAF0B
Complementary color
Monochromatic Colors of #DAAF0B
Black with #DAAF0B
Text Example
Text Example
White with #DAAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF0B; }
p { color: rgb(218,175,11); }
H1.HeaderClassName
{
color: #DAAF0B;
}
.AnyTagClassName
{
color: #DAAF0B;
}
</style>
background-color css
<style>
a { background-color: #DAAF0B; }
a { background-color: rgb(218,175,11); }
div.DivClassName
{
background-color: #DAAF0B;
}
.BgClassName
{
background-color: #DAAF0B;
}
</style>
border-color css
<style>
span { border-color: #DAAF0B; }
span { border-color: rgb(218,175,11); }
td.TdClassName
{
border-color: #DAAF0B;
}
.TagClassName
{
border-color: #DAAF0B;
}
</style>