Shades of Sunflower #DFD708
Tints of Sunflower #DFD708
RGB
CMYK
RGB Variations
Color information
#DFD708 (or 0xDFD708) is known color: Sunflower. HEX triplet: DF, D7 and 08. RGB value is (223,215,8). Sum of RGB (Red+Green+Blue) = 223+215+8=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD708 is #2028F7. Grayscale: #C2C2C2. Windows color (decimal): -2107640 or 579551. OLE color: 579551.
HSL color Cylindrical-coordinate representation of color #DFD708: hue angle of 57.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFD708 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.13 |
| HSL | 57.77º | 0.93% | 0.45% | - |
| HSV(B) | 57.77º | 0.96% | 0.87% | - |
| XYZ | 54.78 | 64.31 | 9.76 | - |
| YUV | 193.79 | 23.15 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 8 | 0 | 0.04 | 0.96 | 0.13 | 57.77 | 0.93 | 0.45 |
| Hex | DF | D7 | 8 | 0 | 4 | 60 | D | 3A | 5D | 2D |
| Octal | 337 | 327 | 10 | 0 | 4 | 140 | 15 | 72 | 135 | 55 |
| Binary | 11011111 | 11010111 | 1000 | 0 | 100 | 1100000 | 1101 | 111010 | 1011101 | 101101 |
Color Harmonies of #DFD708
Complementary color
Monochromatic Colors of #DFD708
Black with #DFD708
Text Example
Text Example
White with #DFD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD708; }
p { color: rgb(223,215,8); }
H1.HeaderClassName
{
color: #DFD708;
}
.AnyTagClassName
{
color: #DFD708;
}
</style>
background-color css
<style>
a { background-color: #DFD708; }
a { background-color: rgb(223,215,8); }
div.DivClassName
{
background-color: #DFD708;
}
.BgClassName
{
background-color: #DFD708;
}
</style>
border-color css
<style>
span { border-color: #DFD708; }
span { border-color: rgb(223,215,8); }
td.TdClassName
{
border-color: #DFD708;
}
.TagClassName
{
border-color: #DFD708;
}
</style>