Shades of Sunflower #DFB012
Tints of Sunflower #DFB012
RGB
CMYK
RGB Variations
Color information
#DFB012 (or 0xDFB012) is known color: Sunflower. HEX triplet: DF, B0 and 12. RGB value is (223,176,18). Sum of RGB (Red+Green+Blue) = 223+176+18=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB012 is #204FED. Grayscale: #ACACAC. Windows color (decimal): -2117614 or 1224927. OLE color: 1224927.
HSL color Cylindrical-coordinate representation of color #DFB012: hue angle of 46.24º 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 #DFB012 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.13 |
| HSL | 46.24º | 0.85% | 0.47% | - |
| HSV(B) | 46.24º | 0.92% | 0.87% | - |
| XYZ | 46.07 | 46.78 | 7.17 | - |
| YUV | 172.04 | 41.07 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 18 | 0 | 0.21 | 0.92 | 0.13 | 46.24 | 0.85 | 0.47 |
| Hex | DF | B0 | 12 | 0 | 15 | 5C | D | 2E | 55 | 2F |
| Octal | 337 | 260 | 22 | 0 | 25 | 134 | 15 | 56 | 125 | 57 |
| Binary | 11011111 | 10110000 | 10010 | 0 | 10101 | 1011100 | 1101 | 101110 | 1010101 | 101111 |
Color Harmonies of #DFB012
Complementary color
Monochromatic Colors of #DFB012
Black with #DFB012
Text Example
Text Example
White with #DFB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB012; }
p { color: rgb(223,176,18); }
H1.HeaderClassName
{
color: #DFB012;
}
.AnyTagClassName
{
color: #DFB012;
}
</style>
background-color css
<style>
a { background-color: #DFB012; }
a { background-color: rgb(223,176,18); }
div.DivClassName
{
background-color: #DFB012;
}
.BgClassName
{
background-color: #DFB012;
}
</style>
border-color css
<style>
span { border-color: #DFB012; }
span { border-color: rgb(223,176,18); }
td.TdClassName
{
border-color: #DFB012;
}
.TagClassName
{
border-color: #DFB012;
}
</style>