Shades of Sunflower #DFB112
Tints of Sunflower #DFB112
RGB
CMYK
RGB Variations
Color information
#DFB112 (or 0xDFB112) is known color: Sunflower. HEX triplet: DF, B1 and 12. RGB value is (223,177,18). Sum of RGB (Red+Green+Blue) = 223+177+18=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB112 is #204EED. Grayscale: #ADADAD. Windows color (decimal): -2117358 or 1225183. OLE color: 1225183.
HSL color Cylindrical-coordinate representation of color #DFB112: hue angle of 46.54º degrees, saturation: 0.85, 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 #DFB112 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.13 |
| HSL | 46.54º | 0.85% | 0.47% | - |
| HSV(B) | 46.54º | 0.92% | 0.87% | - |
| XYZ | 46.26 | 47.18 | 7.24 | - |
| YUV | 172.63 | 40.74 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 18 | 0 | 0.21 | 0.92 | 0.13 | 46.54 | 0.85 | 0.47 |
| Hex | DF | B1 | 12 | 0 | 15 | 5C | D | 2F | 55 | 2F |
| Octal | 337 | 261 | 22 | 0 | 25 | 134 | 15 | 57 | 125 | 57 |
| Binary | 11011111 | 10110001 | 10010 | 0 | 10101 | 1011100 | 1101 | 101111 | 1010101 | 101111 |
Color Harmonies of #DFB112
Complementary color
Monochromatic Colors of #DFB112
Black with #DFB112
Text Example
Text Example
White with #DFB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB112; }
p { color: rgb(223,177,18); }
H1.HeaderClassName
{
color: #DFB112;
}
.AnyTagClassName
{
color: #DFB112;
}
</style>
background-color css
<style>
a { background-color: #DFB112; }
a { background-color: rgb(223,177,18); }
div.DivClassName
{
background-color: #DFB112;
}
.BgClassName
{
background-color: #DFB112;
}
</style>
border-color css
<style>
span { border-color: #DFB112; }
span { border-color: rgb(223,177,18); }
td.TdClassName
{
border-color: #DFB112;
}
.TagClassName
{
border-color: #DFB112;
}
</style>