Shades of Sunflower #DACB11
Tints of Sunflower #DACB11
RGB
CMYK
RGB Variations
Color information
#DACB11 (or 0xDACB11) is known color: Sunflower. HEX triplet: DA, CB and 11. RGB value is (218,203,17). Sum of RGB (Red+Green+Blue) = 218+203+17=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB11 is #2534EE. Grayscale: #BBBBBB. Windows color (decimal): -2438383 or 1166298. OLE color: 1166298.
HSL color Cylindrical-coordinate representation of color #DACB11: hue angle of 55.52º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DACB11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.15 |
| HSL | 55.52º | 0.86% | 0.46% | - |
| HSV(B) | 55.52º | 0.92% | 0.85% | - |
| XYZ | 50.37 | 57.66 | 9 | - |
| YUV | 186.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 17 | 0 | 0.07 | 0.92 | 0.15 | 55.52 | 0.86 | 0.46 |
| Hex | DA | CB | 11 | 0 | 7 | 5C | F | 38 | 56 | 2E |
| Octal | 332 | 313 | 21 | 0 | 7 | 134 | 17 | 70 | 126 | 56 |
| Binary | 11011010 | 11001011 | 10001 | 0 | 111 | 1011100 | 1111 | 111000 | 1010110 | 101110 |
Color Harmonies of #DACB11
Complementary color
Monochromatic Colors of #DACB11
Black with #DACB11
Text Example
Text Example
White with #DACB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB11; }
p { color: rgb(218,203,17); }
H1.HeaderClassName
{
color: #DACB11;
}
.AnyTagClassName
{
color: #DACB11;
}
</style>
background-color css
<style>
a { background-color: #DACB11; }
a { background-color: rgb(218,203,17); }
div.DivClassName
{
background-color: #DACB11;
}
.BgClassName
{
background-color: #DACB11;
}
</style>
border-color css
<style>
span { border-color: #DACB11; }
span { border-color: rgb(218,203,17); }
td.TdClassName
{
border-color: #DACB11;
}
.TagClassName
{
border-color: #DACB11;
}
</style>