Shades of Sunflower #DFD20C
Tints of Sunflower #DFD20C
RGB
CMYK
RGB Variations
Color information
#DFD20C (or 0xDFD20C) is known color: Sunflower. HEX triplet: DF, D2 and 0C. RGB value is (223,210,12). Sum of RGB (Red+Green+Blue) = 223+210+12=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD20C is #202DF3. Grayscale: #C0C0C0. Windows color (decimal): -2108916 or 840415. OLE color: 840415.
HSL color Cylindrical-coordinate representation of color #DFD20C: hue angle of 56.3º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFD20C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.13 |
| HSL | 56.3º | 0.9% | 0.46% | - |
| HSV(B) | 56.3º | 0.95% | 0.87% | - |
| XYZ | 53.54 | 61.81 | 9.46 | - |
| YUV | 191.32 | 26.81 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 12 | 0 | 0.06 | 0.95 | 0.13 | 56.3 | 0.9 | 0.46 |
| Hex | DF | D2 | C | 0 | 6 | 5F | D | 38 | 5A | 2E |
| Octal | 337 | 322 | 14 | 0 | 6 | 137 | 15 | 70 | 132 | 56 |
| Binary | 11011111 | 11010010 | 1100 | 0 | 110 | 1011111 | 1101 | 111000 | 1011010 | 101110 |
Color Harmonies of #DFD20C
Complementary color
Monochromatic Colors of #DFD20C
Black with #DFD20C
Text Example
Text Example
White with #DFD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD20C; }
p { color: rgb(223,210,12); }
H1.HeaderClassName
{
color: #DFD20C;
}
.AnyTagClassName
{
color: #DFD20C;
}
</style>
background-color css
<style>
a { background-color: #DFD20C; }
a { background-color: rgb(223,210,12); }
div.DivClassName
{
background-color: #DFD20C;
}
.BgClassName
{
background-color: #DFD20C;
}
</style>
border-color css
<style>
span { border-color: #DFD20C; }
span { border-color: rgb(223,210,12); }
td.TdClassName
{
border-color: #DFD20C;
}
.TagClassName
{
border-color: #DFD20C;
}
</style>