Shades of Sunflower #DFC700
Tints of Sunflower #DFC700
RGB
CMYK
RGB Variations
Color information
#DFC700 (or 0xDFC700) is known color: Sunflower. HEX triplet: DF, C7 and 00. RGB value is (223,199,0). Sum of RGB (Red+Green+Blue) = 223+199+0=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC700 is #2038FF. Grayscale: #B8B8B8. Windows color (decimal): -2111744 or 51167. OLE color: 51167.
HSL color Cylindrical-coordinate representation of color #DFC700: hue angle of 53.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFC700 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.13 |
| HSL | 53.54º | 1% | 0.44% | - |
| HSV(B) | 53.54º | 1% | 0.87% | - |
| XYZ | 50.85 | 56.53 | 8.23 | - |
| YUV | 183.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 0 | 0 | 0.11 | 1 | 0.13 | 53.54 | 1 | 0.44 |
| Hex | DF | C7 | 0 | 0 | B | 64 | D | 36 | 64 | 2C |
| Octal | 337 | 307 | 0 | 0 | 13 | 144 | 15 | 66 | 144 | 54 |
| Binary | 11011111 | 11000111 | 0 | 0 | 1011 | 1100100 | 1101 | 110110 | 1100100 | 101100 |
Color Harmonies of #DFC700
Complementary color
Monochromatic Colors of #DFC700
Black with #DFC700
Text Example
Text Example
White with #DFC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC700; }
p { color: rgb(223,199,0); }
H1.HeaderClassName
{
color: #DFC700;
}
.AnyTagClassName
{
color: #DFC700;
}
</style>
background-color css
<style>
a { background-color: #DFC700; }
a { background-color: rgb(223,199,0); }
div.DivClassName
{
background-color: #DFC700;
}
.BgClassName
{
background-color: #DFC700;
}
</style>
border-color css
<style>
span { border-color: #DFC700; }
span { border-color: rgb(223,199,0); }
td.TdClassName
{
border-color: #DFC700;
}
.TagClassName
{
border-color: #DFC700;
}
</style>