Shades of Sunflower #DFB512
Tints of Sunflower #DFB512
RGB
CMYK
RGB Variations
Color information
#DFB512 (or 0xDFB512) is known color: Sunflower. HEX triplet: DF, B5 and 12. RGB value is (223,181,18). Sum of RGB (Red+Green+Blue) = 223+181+18=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB512 is #204AED. Grayscale: #AFAFAF. Windows color (decimal): -2116334 or 1226207. OLE color: 1226207.
HSL color Cylindrical-coordinate representation of color #DFB512: hue angle of 47.71º 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 #DFB512 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 18 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.13 |
| HSL | 47.71º | 0.85% | 0.47% | - |
| HSV(B) | 47.71º | 0.92% | 0.87% | - |
| XYZ | 47.06 | 48.78 | 7.51 | - |
| YUV | 174.98 | 39.41 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 18 | 0 | 0.19 | 0.92 | 0.13 | 47.71 | 0.85 | 0.47 |
| Hex | DF | B5 | 12 | 0 | 13 | 5C | D | 30 | 55 | 2F |
| Octal | 337 | 265 | 22 | 0 | 23 | 134 | 15 | 60 | 125 | 57 |
| Binary | 11011111 | 10110101 | 10010 | 0 | 10011 | 1011100 | 1101 | 110000 | 1010101 | 101111 |
Color Harmonies of #DFB512
Complementary color
Monochromatic Colors of #DFB512
Black with #DFB512
Text Example
Text Example
White with #DFB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB512; }
p { color: rgb(223,181,18); }
H1.HeaderClassName
{
color: #DFB512;
}
.AnyTagClassName
{
color: #DFB512;
}
</style>
background-color css
<style>
a { background-color: #DFB512; }
a { background-color: rgb(223,181,18); }
div.DivClassName
{
background-color: #DFB512;
}
.BgClassName
{
background-color: #DFB512;
}
</style>
border-color css
<style>
span { border-color: #DFB512; }
span { border-color: rgb(223,181,18); }
td.TdClassName
{
border-color: #DFB512;
}
.TagClassName
{
border-color: #DFB512;
}
</style>