Shades of Sunflower #DFCD12
Tints of Sunflower #DFCD12
RGB
CMYK
RGB Variations
Color information
#DFCD12 (or 0xDFCD12) is known color: Sunflower. HEX triplet: DF, CD and 12. RGB value is (223,205,18). Sum of RGB (Red+Green+Blue) = 223+205+18=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD12 is #2032ED. Grayscale: #BDBDBD. Windows color (decimal): -2110190 or 1232351. OLE color: 1232351.
HSL color Cylindrical-coordinate representation of color #DFCD12: hue angle of 54.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFCD12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.13 |
| HSL | 54.73º | 0.85% | 0.47% | - |
| HSV(B) | 54.73º | 0.92% | 0.87% | - |
| XYZ | 52.37 | 59.39 | 9.28 | - |
| YUV | 189.06 | 31.46 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 18 | 0 | 0.08 | 0.92 | 0.13 | 54.73 | 0.85 | 0.47 |
| Hex | DF | CD | 12 | 0 | 8 | 5C | D | 37 | 55 | 2F |
| Octal | 337 | 315 | 22 | 0 | 10 | 134 | 15 | 67 | 125 | 57 |
| Binary | 11011111 | 11001101 | 10010 | 0 | 1000 | 1011100 | 1101 | 110111 | 1010101 | 101111 |
Color Harmonies of #DFCD12
Complementary color
Monochromatic Colors of #DFCD12
Black with #DFCD12
Text Example
Text Example
White with #DFCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD12; }
p { color: rgb(223,205,18); }
H1.HeaderClassName
{
color: #DFCD12;
}
.AnyTagClassName
{
color: #DFCD12;
}
</style>
background-color css
<style>
a { background-color: #DFCD12; }
a { background-color: rgb(223,205,18); }
div.DivClassName
{
background-color: #DFCD12;
}
.BgClassName
{
background-color: #DFCD12;
}
</style>
border-color css
<style>
span { border-color: #DFCD12; }
span { border-color: rgb(223,205,18); }
td.TdClassName
{
border-color: #DFCD12;
}
.TagClassName
{
border-color: #DFCD12;
}
</style>