Shades of Sunflower #DFCD1E
Tints of Sunflower #DFCD1E
RGB
CMYK
RGB Variations
Color information
#DFCD1E (or 0xDFCD1E) is known color: Sunflower. HEX triplet: DF, CD and 1E. RGB value is (223,205,30). Sum of RGB (Red+Green+Blue) = 223+205+30=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD1E is #2032E1. Grayscale: #BFBFBF. Windows color (decimal): -2110178 or 2018783. OLE color: 2018783.
HSL color Cylindrical-coordinate representation of color #DFCD1E: hue angle of 54.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFCD1E is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 30 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.13 |
| HSL | 54.4º | 0.76% | 0.5% | - |
| HSV(B) | 54.4º | 0.87% | 0.87% | - |
| XYZ | 52.5 | 59.44 | 9.94 | - |
| YUV | 190.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 30 | 0 | 0.08 | 0.87 | 0.13 | 54.4 | 0.76 | 0.5 |
| Hex | DF | CD | 1E | 0 | 8 | 57 | D | 36 | 4C | 32 |
| Octal | 337 | 315 | 36 | 0 | 10 | 127 | 15 | 66 | 114 | 62 |
| Binary | 11011111 | 11001101 | 11110 | 0 | 1000 | 1010111 | 1101 | 110110 | 1001100 | 110010 |
Color Harmonies of #DFCD1E
Complementary color
Monochromatic Colors of #DFCD1E
Black with #DFCD1E
Text Example
Text Example
White with #DFCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD1E; }
p { color: rgb(223,205,30); }
H1.HeaderClassName
{
color: #DFCD1E;
}
.AnyTagClassName
{
color: #DFCD1E;
}
</style>
background-color css
<style>
a { background-color: #DFCD1E; }
a { background-color: rgb(223,205,30); }
div.DivClassName
{
background-color: #DFCD1E;
}
.BgClassName
{
background-color: #DFCD1E;
}
</style>
border-color css
<style>
span { border-color: #DFCD1E; }
span { border-color: rgb(223,205,30); }
td.TdClassName
{
border-color: #DFCD1E;
}
.TagClassName
{
border-color: #DFCD1E;
}
</style>