Shades of Sunflower #DFC20D
Tints of Sunflower #DFC20D
RGB
CMYK
RGB Variations
Color information
#DFC20D (or 0xDFC20D) is known color: Sunflower. HEX triplet: DF, C2 and 0D. RGB value is (223,194,13). Sum of RGB (Red+Green+Blue) = 223+194+13=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC20D is #203DF2. Grayscale: #B6B6B6. Windows color (decimal): -2113011 or 901855. OLE color: 901855.
HSL color Cylindrical-coordinate representation of color #DFC20D: hue angle of 51.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFC20D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.13 |
| HSL | 51.71º | 0.89% | 0.46% | - |
| HSV(B) | 51.71º | 0.94% | 0.87% | - |
| XYZ | 49.8 | 54.3 | 8.24 | - |
| YUV | 182.04 | 32.61 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 13 | 0 | 0.13 | 0.94 | 0.13 | 51.71 | 0.89 | 0.46 |
| Hex | DF | C2 | D | 0 | D | 5E | D | 34 | 59 | 2E |
| Octal | 337 | 302 | 15 | 0 | 15 | 136 | 15 | 64 | 131 | 56 |
| Binary | 11011111 | 11000010 | 1101 | 0 | 1101 | 1011110 | 1101 | 110100 | 1011001 | 101110 |
Color Harmonies of #DFC20D
Complementary color
Monochromatic Colors of #DFC20D
Black with #DFC20D
Text Example
Text Example
White with #DFC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC20D; }
p { color: rgb(223,194,13); }
H1.HeaderClassName
{
color: #DFC20D;
}
.AnyTagClassName
{
color: #DFC20D;
}
</style>
background-color css
<style>
a { background-color: #DFC20D; }
a { background-color: rgb(223,194,13); }
div.DivClassName
{
background-color: #DFC20D;
}
.BgClassName
{
background-color: #DFC20D;
}
</style>
border-color css
<style>
span { border-color: #DFC20D; }
span { border-color: rgb(223,194,13); }
td.TdClassName
{
border-color: #DFC20D;
}
.TagClassName
{
border-color: #DFC20D;
}
</style>