Shades of Sunflower #DFD013
Tints of Sunflower #DFD013
RGB
CMYK
RGB Variations
Color information
#DFD013 (or 0xDFD013) is known color: Sunflower. HEX triplet: DF, D0 and 13. RGB value is (223,208,19). Sum of RGB (Red+Green+Blue) = 223+208+19=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD013 is #202FEC. Grayscale: #BFBFBF. Windows color (decimal): -2109421 or 1298655. OLE color: 1298655.
HSL color Cylindrical-coordinate representation of color #DFD013: hue angle of 55.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFD013 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 19 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.13 |
| HSL | 55.59º | 0.84% | 0.47% | - |
| HSV(B) | 55.59º | 0.91% | 0.87% | - |
| XYZ | 53.1 | 60.85 | 9.56 | - |
| YUV | 190.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 19 | 0 | 0.07 | 0.91 | 0.13 | 55.59 | 0.84 | 0.47 |
| Hex | DF | D0 | 13 | 0 | 7 | 5B | D | 38 | 54 | 2F |
| Octal | 337 | 320 | 23 | 0 | 7 | 133 | 15 | 70 | 124 | 57 |
| Binary | 11011111 | 11010000 | 10011 | 0 | 111 | 1011011 | 1101 | 111000 | 1010100 | 101111 |
Color Harmonies of #DFD013
Complementary color
Monochromatic Colors of #DFD013
Black with #DFD013
Text Example
Text Example
White with #DFD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD013; }
p { color: rgb(223,208,19); }
H1.HeaderClassName
{
color: #DFD013;
}
.AnyTagClassName
{
color: #DFD013;
}
</style>
background-color css
<style>
a { background-color: #DFD013; }
a { background-color: rgb(223,208,19); }
div.DivClassName
{
background-color: #DFD013;
}
.BgClassName
{
background-color: #DFD013;
}
</style>
border-color css
<style>
span { border-color: #DFD013; }
span { border-color: rgb(223,208,19); }
td.TdClassName
{
border-color: #DFD013;
}
.TagClassName
{
border-color: #DFD013;
}
</style>