Shades of Sunflower #DFC707
Tints of Sunflower #DFC707
RGB
CMYK
RGB Variations
Color information
#DFC707 (or 0xDFC707) is known color: Sunflower. HEX triplet: DF, C7 and 07. RGB value is (223,199,7). Sum of RGB (Red+Green+Blue) = 223+199+7=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC707 is #2038F8. Grayscale: #B9B9B9. Windows color (decimal): -2111737 or 509919. OLE color: 509919.
HSL color Cylindrical-coordinate representation of color #DFC707: hue angle of 53.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFC707 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.13 |
| HSL | 53.33º | 0.94% | 0.45% | - |
| HSV(B) | 53.33º | 0.97% | 0.87% | - |
| XYZ | 50.89 | 56.55 | 8.43 | - |
| YUV | 184.29 | 27.95 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 7 | 0 | 0.11 | 0.97 | 0.13 | 53.33 | 0.94 | 0.45 |
| Hex | DF | C7 | 7 | 0 | B | 61 | D | 35 | 5E | 2D |
| Octal | 337 | 307 | 7 | 0 | 13 | 141 | 15 | 65 | 136 | 55 |
| Binary | 11011111 | 11000111 | 111 | 0 | 1011 | 1100001 | 1101 | 110101 | 1011110 | 101101 |
Color Harmonies of #DFC707
Complementary color
Monochromatic Colors of #DFC707
Black with #DFC707
Text Example
Text Example
White with #DFC707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC707; }
p { color: rgb(223,199,7); }
H1.HeaderClassName
{
color: #DFC707;
}
.AnyTagClassName
{
color: #DFC707;
}
</style>
background-color css
<style>
a { background-color: #DFC707; }
a { background-color: rgb(223,199,7); }
div.DivClassName
{
background-color: #DFC707;
}
.BgClassName
{
background-color: #DFC707;
}
</style>
border-color css
<style>
span { border-color: #DFC707; }
span { border-color: rgb(223,199,7); }
td.TdClassName
{
border-color: #DFC707;
}
.TagClassName
{
border-color: #DFC707;
}
</style>