Shades of Sunflower #DFD00D
Tints of Sunflower #DFD00D
RGB
CMYK
RGB Variations
Color information
#DFD00D (or 0xDFD00D) is known color: Sunflower. HEX triplet: DF, D0 and 0D. RGB value is (223,208,13). Sum of RGB (Red+Green+Blue) = 223+208+13=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD00D is #202FF2. Grayscale: #BFBFBF. Windows color (decimal): -2109427 or 905439. OLE color: 905439.
HSL color Cylindrical-coordinate representation of color #DFD00D: hue angle of 55.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFD00D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.13 |
| HSL | 55.71º | 0.89% | 0.46% | - |
| HSV(B) | 55.71º | 0.94% | 0.87% | - |
| XYZ | 53.06 | 60.83 | 9.33 | - |
| YUV | 190.26 | 27.97 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 13 | 0 | 0.07 | 0.94 | 0.13 | 55.71 | 0.89 | 0.46 |
| Hex | DF | D0 | D | 0 | 7 | 5E | D | 38 | 59 | 2E |
| Octal | 337 | 320 | 15 | 0 | 7 | 136 | 15 | 70 | 131 | 56 |
| Binary | 11011111 | 11010000 | 1101 | 0 | 111 | 1011110 | 1101 | 111000 | 1011001 | 101110 |
Color Harmonies of #DFD00D
Complementary color
Monochromatic Colors of #DFD00D
Black with #DFD00D
Text Example
Text Example
White with #DFD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD00D; }
p { color: rgb(223,208,13); }
H1.HeaderClassName
{
color: #DFD00D;
}
.AnyTagClassName
{
color: #DFD00D;
}
</style>
background-color css
<style>
a { background-color: #DFD00D; }
a { background-color: rgb(223,208,13); }
div.DivClassName
{
background-color: #DFD00D;
}
.BgClassName
{
background-color: #DFD00D;
}
</style>
border-color css
<style>
span { border-color: #DFD00D; }
span { border-color: rgb(223,208,13); }
td.TdClassName
{
border-color: #DFD00D;
}
.TagClassName
{
border-color: #DFD00D;
}
</style>