Shades of Sunflower #DFC807
Tints of Sunflower #DFC807
RGB
CMYK
RGB Variations
Color information
#DFC807 (or 0xDFC807) is known color: Sunflower. HEX triplet: DF, C8 and 07. RGB value is (223,200,7). Sum of RGB (Red+Green+Blue) = 223+200+7=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC807 is #2037F8. Grayscale: #B9B9B9. Windows color (decimal): -2111481 or 510175. OLE color: 510175.
HSL color Cylindrical-coordinate representation of color #DFC807: hue angle of 53.61º 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 #DFC807 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.13 |
| HSL | 53.61º | 0.94% | 0.45% | - |
| HSV(B) | 53.61º | 0.97% | 0.87% | - |
| XYZ | 51.12 | 57.01 | 8.51 | - |
| YUV | 184.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 7 | 0 | 0.10 | 0.97 | 0.13 | 53.61 | 0.94 | 0.45 |
| Hex | DF | C8 | 7 | 0 | A | 61 | D | 36 | 5E | 2D |
| Octal | 337 | 310 | 7 | 0 | 12 | 141 | 15 | 66 | 136 | 55 |
| Binary | 11011111 | 11001000 | 111 | 0 | 1010 | 1100001 | 1101 | 110110 | 1011110 | 101101 |
Color Harmonies of #DFC807
Complementary color
Monochromatic Colors of #DFC807
Black with #DFC807
Text Example
Text Example
White with #DFC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC807; }
p { color: rgb(223,200,7); }
H1.HeaderClassName
{
color: #DFC807;
}
.AnyTagClassName
{
color: #DFC807;
}
</style>
background-color css
<style>
a { background-color: #DFC807; }
a { background-color: rgb(223,200,7); }
div.DivClassName
{
background-color: #DFC807;
}
.BgClassName
{
background-color: #DFC807;
}
</style>
border-color css
<style>
span { border-color: #DFC807; }
span { border-color: rgb(223,200,7); }
td.TdClassName
{
border-color: #DFC807;
}
.TagClassName
{
border-color: #DFC807;
}
</style>