Shades of Sunflower #DFD211
Tints of Sunflower #DFD211
RGB
CMYK
RGB Variations
Color information
#DFD211 (or 0xDFD211) is known color: Sunflower. HEX triplet: DF, D2 and 11. RGB value is (223,210,17). Sum of RGB (Red+Green+Blue) = 223+210+17=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD211 is #202DEE. Grayscale: #C0C0C0. Windows color (decimal): -2108911 or 1168095. OLE color: 1168095.
HSL color Cylindrical-coordinate representation of color #DFD211: hue angle of 56.21º 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 #DFD211 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.13 |
| HSL | 56.21º | 0.86% | 0.47% | - |
| HSV(B) | 56.21º | 0.92% | 0.87% | - |
| XYZ | 53.58 | 61.82 | 9.64 | - |
| YUV | 191.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 17 | 0 | 0.06 | 0.92 | 0.13 | 56.21 | 0.86 | 0.47 |
| Hex | DF | D2 | 11 | 0 | 6 | 5C | D | 38 | 56 | 2F |
| Octal | 337 | 322 | 21 | 0 | 6 | 134 | 15 | 70 | 126 | 57 |
| Binary | 11011111 | 11010010 | 10001 | 0 | 110 | 1011100 | 1101 | 111000 | 1010110 | 101111 |
Color Harmonies of #DFD211
Complementary color
Monochromatic Colors of #DFD211
Black with #DFD211
Text Example
Text Example
White with #DFD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD211; }
p { color: rgb(223,210,17); }
H1.HeaderClassName
{
color: #DFD211;
}
.AnyTagClassName
{
color: #DFD211;
}
</style>
background-color css
<style>
a { background-color: #DFD211; }
a { background-color: rgb(223,210,17); }
div.DivClassName
{
background-color: #DFD211;
}
.BgClassName
{
background-color: #DFD211;
}
</style>
border-color css
<style>
span { border-color: #DFD211; }
span { border-color: rgb(223,210,17); }
td.TdClassName
{
border-color: #DFD211;
}
.TagClassName
{
border-color: #DFD211;
}
</style>