Shades of Sunflower #DFC500
Tints of Sunflower #DFC500
RGB
CMYK
RGB Variations
Color information
#DFC500 (or 0xDFC500) is known color: Sunflower. HEX triplet: DF, C5 and 00. RGB value is (223,197,0). Sum of RGB (Red+Green+Blue) = 223+197+0=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC500 is #203AFF. Grayscale: #B7B7B7. Windows color (decimal): -2112256 or 50655. OLE color: 50655.
HSL color Cylindrical-coordinate representation of color #DFC500: hue angle of 53º 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 #DFC500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.13 |
| HSL | 53º | 1% | 0.44% | - |
| HSV(B) | 53º | 1% | 0.87% | - |
| XYZ | 50.4 | 55.62 | 8.08 | - |
| YUV | 182.32 | 25.11 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 0 | 0 | 0.12 | 1 | 0.13 | 53 | 1 | 0.44 |
| Hex | DF | C5 | 0 | 0 | C | 64 | D | 35 | 64 | 2C |
| Octal | 337 | 305 | 0 | 0 | 14 | 144 | 15 | 65 | 144 | 54 |
| Binary | 11011111 | 11000101 | 0 | 0 | 1100 | 1100100 | 1101 | 110101 | 1100100 | 101100 |
Color Harmonies of #DFC500
Complementary color
Monochromatic Colors of #DFC500
Black with #DFC500
Text Example
Text Example
White with #DFC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC500; }
p { color: rgb(223,197,0); }
H1.HeaderClassName
{
color: #DFC500;
}
.AnyTagClassName
{
color: #DFC500;
}
</style>
background-color css
<style>
a { background-color: #DFC500; }
a { background-color: rgb(223,197,0); }
div.DivClassName
{
background-color: #DFC500;
}
.BgClassName
{
background-color: #DFC500;
}
</style>
border-color css
<style>
span { border-color: #DFC500; }
span { border-color: rgb(223,197,0); }
td.TdClassName
{
border-color: #DFC500;
}
.TagClassName
{
border-color: #DFC500;
}
</style>