Shades of Sunflower #DFC407
Tints of Sunflower #DFC407
RGB
CMYK
RGB Variations
Color information
#DFC407 (or 0xDFC407) is known color: Sunflower. HEX triplet: DF, C4 and 07. RGB value is (223,196,7). Sum of RGB (Red+Green+Blue) = 223+196+7=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC407 is #203BF8. Grayscale: #B7B7B7. Windows color (decimal): -2112505 or 509151. OLE color: 509151.
HSL color Cylindrical-coordinate representation of color #DFC407: hue angle of 52.5º 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 #DFC407 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.13 |
| HSL | 52.5º | 0.94% | 0.45% | - |
| HSV(B) | 52.5º | 0.97% | 0.87% | - |
| XYZ | 50.21 | 55.18 | 8.21 | - |
| YUV | 182.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 7 | 0 | 0.12 | 0.97 | 0.13 | 52.5 | 0.94 | 0.45 |
| Hex | DF | C4 | 7 | 0 | C | 61 | D | 34 | 5E | 2D |
| Octal | 337 | 304 | 7 | 0 | 14 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011111 | 11000100 | 111 | 0 | 1100 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DFC407
Complementary color
Monochromatic Colors of #DFC407
Black with #DFC407
Text Example
Text Example
White with #DFC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC407; }
p { color: rgb(223,196,7); }
H1.HeaderClassName
{
color: #DFC407;
}
.AnyTagClassName
{
color: #DFC407;
}
</style>
background-color css
<style>
a { background-color: #DFC407; }
a { background-color: rgb(223,196,7); }
div.DivClassName
{
background-color: #DFC407;
}
.BgClassName
{
background-color: #DFC407;
}
</style>
border-color css
<style>
span { border-color: #DFC407; }
span { border-color: rgb(223,196,7); }
td.TdClassName
{
border-color: #DFC407;
}
.TagClassName
{
border-color: #DFC407;
}
</style>