Shades of Sunflower #DFC80D
Tints of Sunflower #DFC80D
RGB
CMYK
RGB Variations
Color information
#DFC80D (or 0xDFC80D) is known color: Sunflower. HEX triplet: DF, C8 and 0D. RGB value is (223,200,13). Sum of RGB (Red+Green+Blue) = 223+200+13=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC80D is #2037F2. Grayscale: #BABABA. Windows color (decimal): -2111475 or 903391. OLE color: 903391.
HSL color Cylindrical-coordinate representation of color #DFC80D: hue angle of 53.43º 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 #DFC80D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.13 |
| HSL | 53.43º | 0.89% | 0.46% | - |
| HSV(B) | 53.43º | 0.94% | 0.87% | - |
| XYZ | 51.16 | 57.03 | 8.69 | - |
| YUV | 185.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 13 | 0 | 0.10 | 0.94 | 0.13 | 53.43 | 0.89 | 0.46 |
| Hex | DF | C8 | D | 0 | A | 5E | D | 35 | 59 | 2E |
| Octal | 337 | 310 | 15 | 0 | 12 | 136 | 15 | 65 | 131 | 56 |
| Binary | 11011111 | 11001000 | 1101 | 0 | 1010 | 1011110 | 1101 | 110101 | 1011001 | 101110 |
Color Harmonies of #DFC80D
Complementary color
Monochromatic Colors of #DFC80D
Black with #DFC80D
Text Example
Text Example
White with #DFC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC80D; }
p { color: rgb(223,200,13); }
H1.HeaderClassName
{
color: #DFC80D;
}
.AnyTagClassName
{
color: #DFC80D;
}
</style>
background-color css
<style>
a { background-color: #DFC80D; }
a { background-color: rgb(223,200,13); }
div.DivClassName
{
background-color: #DFC80D;
}
.BgClassName
{
background-color: #DFC80D;
}
</style>
border-color css
<style>
span { border-color: #DFC80D; }
span { border-color: rgb(223,200,13); }
td.TdClassName
{
border-color: #DFC80D;
}
.TagClassName
{
border-color: #DFC80D;
}
</style>