Shades of Sunflower #DFCD14
Tints of Sunflower #DFCD14
RGB
CMYK
RGB Variations
Color information
#DFCD14 (or 0xDFCD14) is known color: Sunflower. HEX triplet: DF, CD and 14. RGB value is (223,205,20). Sum of RGB (Red+Green+Blue) = 223+205+20=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD14 is #2032EB. Grayscale: #BEBEBE. Windows color (decimal): -2110188 or 1363423. OLE color: 1363423.
HSL color Cylindrical-coordinate representation of color #DFCD14: hue angle of 54.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFCD14 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 20 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.13 |
| HSL | 54.68º | 0.84% | 0.48% | - |
| HSV(B) | 54.68º | 0.91% | 0.87% | - |
| XYZ | 52.39 | 59.4 | 9.37 | - |
| YUV | 189.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 20 | 0 | 0.08 | 0.91 | 0.13 | 54.68 | 0.84 | 0.48 |
| Hex | DF | CD | 14 | 0 | 8 | 5B | D | 37 | 54 | 30 |
| Octal | 337 | 315 | 24 | 0 | 10 | 133 | 15 | 67 | 124 | 60 |
| Binary | 11011111 | 11001101 | 10100 | 0 | 1000 | 1011011 | 1101 | 110111 | 1010100 | 110000 |
Color Harmonies of #DFCD14
Complementary color
Monochromatic Colors of #DFCD14
Black with #DFCD14
Text Example
Text Example
White with #DFCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD14; }
p { color: rgb(223,205,20); }
H1.HeaderClassName
{
color: #DFCD14;
}
.AnyTagClassName
{
color: #DFCD14;
}
</style>
background-color css
<style>
a { background-color: #DFCD14; }
a { background-color: rgb(223,205,20); }
div.DivClassName
{
background-color: #DFCD14;
}
.BgClassName
{
background-color: #DFCD14;
}
</style>
border-color css
<style>
span { border-color: #DFCD14; }
span { border-color: rgb(223,205,20); }
td.TdClassName
{
border-color: #DFCD14;
}
.TagClassName
{
border-color: #DFCD14;
}
</style>