Shades of Sunflower #DFBC11
Tints of Sunflower #DFBC11
RGB
CMYK
RGB Variations
Color information
#DFBC11 (or 0xDFBC11) is known color: Sunflower. HEX triplet: DF, BC and 11. RGB value is (223,188,17). Sum of RGB (Red+Green+Blue) = 223+188+17=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBC11 is #2043EE. Grayscale: #B3B3B3. Windows color (decimal): -2114543 or 1162463. OLE color: 1162463.
HSL color Cylindrical-coordinate representation of color #DFBC11: hue angle of 49.81º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFBC11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.13 |
| HSL | 49.81º | 0.86% | 0.47% | - |
| HSV(B) | 49.81º | 0.92% | 0.87% | - |
| XYZ | 48.52 | 51.69 | 7.95 | - |
| YUV | 178.97 | 36.6 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 17 | 0 | 0.16 | 0.92 | 0.13 | 49.81 | 0.86 | 0.47 |
| Hex | DF | BC | 11 | 0 | 10 | 5C | D | 32 | 56 | 2F |
| Octal | 337 | 274 | 21 | 0 | 20 | 134 | 15 | 62 | 126 | 57 |
| Binary | 11011111 | 10111100 | 10001 | 0 | 10000 | 1011100 | 1101 | 110010 | 1010110 | 101111 |
Color Harmonies of #DFBC11
Complementary color
Monochromatic Colors of #DFBC11
Black with #DFBC11
Text Example
Text Example
White with #DFBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC11; }
p { color: rgb(223,188,17); }
H1.HeaderClassName
{
color: #DFBC11;
}
.AnyTagClassName
{
color: #DFBC11;
}
</style>
background-color css
<style>
a { background-color: #DFBC11; }
a { background-color: rgb(223,188,17); }
div.DivClassName
{
background-color: #DFBC11;
}
.BgClassName
{
background-color: #DFBC11;
}
</style>
border-color css
<style>
span { border-color: #DFBC11; }
span { border-color: rgb(223,188,17); }
td.TdClassName
{
border-color: #DFBC11;
}
.TagClassName
{
border-color: #DFBC11;
}
</style>