Shades of Sunflower #DFB011
Tints of Sunflower #DFB011
RGB
CMYK
RGB Variations
Color information
#DFB011 (or 0xDFB011) is known color: Sunflower. HEX triplet: DF, B0 and 11. RGB value is (223,176,17). Sum of RGB (Red+Green+Blue) = 223+176+17=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB011 is #204FEE. Grayscale: #ACACAC. Windows color (decimal): -2117615 or 1159391. OLE color: 1159391.
HSL color Cylindrical-coordinate representation of color #DFB011: hue angle of 46.31º 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 #DFB011 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.13 |
| HSL | 46.31º | 0.86% | 0.47% | - |
| HSV(B) | 46.31º | 0.92% | 0.87% | - |
| XYZ | 46.06 | 46.78 | 7.13 | - |
| YUV | 171.93 | 40.57 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 17 | 0 | 0.21 | 0.92 | 0.13 | 46.31 | 0.86 | 0.47 |
| Hex | DF | B0 | 11 | 0 | 15 | 5C | D | 2E | 56 | 2F |
| Octal | 337 | 260 | 21 | 0 | 25 | 134 | 15 | 56 | 126 | 57 |
| Binary | 11011111 | 10110000 | 10001 | 0 | 10101 | 1011100 | 1101 | 101110 | 1010110 | 101111 |
Color Harmonies of #DFB011
Complementary color
Monochromatic Colors of #DFB011
Black with #DFB011
Text Example
Text Example
White with #DFB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB011; }
p { color: rgb(223,176,17); }
H1.HeaderClassName
{
color: #DFB011;
}
.AnyTagClassName
{
color: #DFB011;
}
</style>
background-color css
<style>
a { background-color: #DFB011; }
a { background-color: rgb(223,176,17); }
div.DivClassName
{
background-color: #DFB011;
}
.BgClassName
{
background-color: #DFB011;
}
</style>
border-color css
<style>
span { border-color: #DFB011; }
span { border-color: rgb(223,176,17); }
td.TdClassName
{
border-color: #DFB011;
}
.TagClassName
{
border-color: #DFB011;
}
</style>