Shades of Sunflower #DFCD13
Tints of Sunflower #DFCD13
RGB
CMYK
RGB Variations
Color information
#DFCD13 (or 0xDFCD13) is known color: Sunflower. HEX triplet: DF, CD and 13. RGB value is (223,205,19). Sum of RGB (Red+Green+Blue) = 223+205+19=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD13 is #2032EC. Grayscale: #BDBDBD. Windows color (decimal): -2110189 or 1297887. OLE color: 1297887.
HSL color Cylindrical-coordinate representation of color #DFCD13: hue angle of 54.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFCD13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.13 |
| HSL | 54.71º | 0.84% | 0.47% | - |
| HSV(B) | 54.71º | 0.91% | 0.87% | - |
| XYZ | 52.38 | 59.4 | 9.32 | - |
| YUV | 189.18 | 31.96 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 19 | 0 | 0.08 | 0.91 | 0.13 | 54.71 | 0.84 | 0.47 |
| Hex | DF | CD | 13 | 0 | 8 | 5B | D | 37 | 54 | 2F |
| Octal | 337 | 315 | 23 | 0 | 10 | 133 | 15 | 67 | 124 | 57 |
| Binary | 11011111 | 11001101 | 10011 | 0 | 1000 | 1011011 | 1101 | 110111 | 1010100 | 101111 |
Color Harmonies of #DFCD13
Complementary color
Monochromatic Colors of #DFCD13
Black with #DFCD13
Text Example
Text Example
White with #DFCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD13; }
p { color: rgb(223,205,19); }
H1.HeaderClassName
{
color: #DFCD13;
}
.AnyTagClassName
{
color: #DFCD13;
}
</style>
background-color css
<style>
a { background-color: #DFCD13; }
a { background-color: rgb(223,205,19); }
div.DivClassName
{
background-color: #DFCD13;
}
.BgClassName
{
background-color: #DFCD13;
}
</style>
border-color css
<style>
span { border-color: #DFCD13; }
span { border-color: rgb(223,205,19); }
td.TdClassName
{
border-color: #DFCD13;
}
.TagClassName
{
border-color: #DFCD13;
}
</style>