Shades of Sunflower #DFC207
Tints of Sunflower #DFC207
RGB
CMYK
RGB Variations
Color information
#DFC207 (or 0xDFC207) is known color: Sunflower. HEX triplet: DF, C2 and 07. RGB value is (223,194,7). Sum of RGB (Red+Green+Blue) = 223+194+7=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC207 is #203DF8. Grayscale: #B6B6B6. Windows color (decimal): -2113017 or 508639. OLE color: 508639.
HSL color Cylindrical-coordinate representation of color #DFC207: hue angle of 51.94º 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 #DFC207 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.13 |
| HSL | 51.94º | 0.94% | 0.45% | - |
| HSV(B) | 51.94º | 0.97% | 0.87% | - |
| XYZ | 49.76 | 54.29 | 8.06 | - |
| YUV | 181.35 | 29.61 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 7 | 0 | 0.13 | 0.97 | 0.13 | 51.94 | 0.94 | 0.45 |
| Hex | DF | C2 | 7 | 0 | D | 61 | D | 34 | 5E | 2D |
| Octal | 337 | 302 | 7 | 0 | 15 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011111 | 11000010 | 111 | 0 | 1101 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DFC207
Complementary color
Monochromatic Colors of #DFC207
Black with #DFC207
Text Example
Text Example
White with #DFC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC207; }
p { color: rgb(223,194,7); }
H1.HeaderClassName
{
color: #DFC207;
}
.AnyTagClassName
{
color: #DFC207;
}
</style>
background-color css
<style>
a { background-color: #DFC207; }
a { background-color: rgb(223,194,7); }
div.DivClassName
{
background-color: #DFC207;
}
.BgClassName
{
background-color: #DFC207;
}
</style>
border-color css
<style>
span { border-color: #DFC207; }
span { border-color: rgb(223,194,7); }
td.TdClassName
{
border-color: #DFC207;
}
.TagClassName
{
border-color: #DFC207;
}
</style>