Shades of Sunflower #DFC50D
Tints of Sunflower #DFC50D
RGB
CMYK
RGB Variations
Color information
#DFC50D (or 0xDFC50D) is known color: Sunflower. HEX triplet: DF, C5 and 0D. RGB value is (223,197,13). Sum of RGB (Red+Green+Blue) = 223+197+13=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC50D is #203AF2. Grayscale: #B8B8B8. Windows color (decimal): -2112243 or 902623. OLE color: 902623.
HSL color Cylindrical-coordinate representation of color #DFC50D: hue angle of 52.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFC50D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.13 |
| HSL | 52.57º | 0.89% | 0.46% | - |
| HSV(B) | 52.57º | 0.94% | 0.87% | - |
| XYZ | 50.47 | 55.65 | 8.46 | - |
| YUV | 183.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 13 | 0 | 0.12 | 0.94 | 0.13 | 52.57 | 0.89 | 0.46 |
| Hex | DF | C5 | D | 0 | C | 5E | D | 35 | 59 | 2E |
| Octal | 337 | 305 | 15 | 0 | 14 | 136 | 15 | 65 | 131 | 56 |
| Binary | 11011111 | 11000101 | 1101 | 0 | 1100 | 1011110 | 1101 | 110101 | 1011001 | 101110 |
Color Harmonies of #DFC50D
Complementary color
Monochromatic Colors of #DFC50D
Black with #DFC50D
Text Example
Text Example
White with #DFC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC50D; }
p { color: rgb(223,197,13); }
H1.HeaderClassName
{
color: #DFC50D;
}
.AnyTagClassName
{
color: #DFC50D;
}
</style>
background-color css
<style>
a { background-color: #DFC50D; }
a { background-color: rgb(223,197,13); }
div.DivClassName
{
background-color: #DFC50D;
}
.BgClassName
{
background-color: #DFC50D;
}
</style>
border-color css
<style>
span { border-color: #DFC50D; }
span { border-color: rgb(223,197,13); }
td.TdClassName
{
border-color: #DFC50D;
}
.TagClassName
{
border-color: #DFC50D;
}
</style>