Shades of Sunflower #DFC007
Tints of Sunflower #DFC007
RGB
CMYK
RGB Variations
Color information
#DFC007 (or 0xDFC007) is known color: Sunflower. HEX triplet: DF, C0 and 07. RGB value is (223,192,7). Sum of RGB (Red+Green+Blue) = 223+192+7=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC007 is #203FF8. Grayscale: #B4B4B4. Windows color (decimal): -2113529 or 508127. OLE color: 508127.
HSL color Cylindrical-coordinate representation of color #DFC007: hue angle of 51.39º 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 #DFC007 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.13 |
| HSL | 51.39º | 0.94% | 0.45% | - |
| HSV(B) | 51.39º | 0.97% | 0.87% | - |
| XYZ | 49.32 | 53.4 | 7.91 | - |
| YUV | 180.18 | 30.27 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 7 | 0 | 0.14 | 0.97 | 0.13 | 51.39 | 0.94 | 0.45 |
| Hex | DF | C0 | 7 | 0 | E | 61 | D | 33 | 5E | 2D |
| Octal | 337 | 300 | 7 | 0 | 16 | 141 | 15 | 63 | 136 | 55 |
| Binary | 11011111 | 11000000 | 111 | 0 | 1110 | 1100001 | 1101 | 110011 | 1011110 | 101101 |
Color Harmonies of #DFC007
Complementary color
Monochromatic Colors of #DFC007
Black with #DFC007
Text Example
Text Example
White with #DFC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC007; }
p { color: rgb(223,192,7); }
H1.HeaderClassName
{
color: #DFC007;
}
.AnyTagClassName
{
color: #DFC007;
}
</style>
background-color css
<style>
a { background-color: #DFC007; }
a { background-color: rgb(223,192,7); }
div.DivClassName
{
background-color: #DFC007;
}
.BgClassName
{
background-color: #DFC007;
}
</style>
border-color css
<style>
span { border-color: #DFC007; }
span { border-color: rgb(223,192,7); }
td.TdClassName
{
border-color: #DFC007;
}
.TagClassName
{
border-color: #DFC007;
}
</style>