Shades of Sunflower #DFD205
Tints of Sunflower #DFD205
RGB
CMYK
RGB Variations
Color information
#DFD205 (or 0xDFD205) is known color: Sunflower. HEX triplet: DF, D2 and 05. RGB value is (223,210,5). Sum of RGB (Red+Green+Blue) = 223+210+5=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD205 is #202DFA. Grayscale: #BFBFBF. Windows color (decimal): -2108923 or 381663. OLE color: 381663.
HSL color Cylindrical-coordinate representation of color #DFD205: hue angle of 56.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFD205 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.13 |
| HSL | 56.42º | 0.96% | 0.45% | - |
| HSV(B) | 56.42º | 0.98% | 0.87% | - |
| XYZ | 53.51 | 61.79 | 9.25 | - |
| YUV | 190.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 5 | 0 | 0.06 | 0.98 | 0.13 | 56.42 | 0.96 | 0.45 |
| Hex | DF | D2 | 5 | 0 | 6 | 62 | D | 38 | 60 | 2D |
| Octal | 337 | 322 | 5 | 0 | 6 | 142 | 15 | 70 | 140 | 55 |
| Binary | 11011111 | 11010010 | 101 | 0 | 110 | 1100010 | 1101 | 111000 | 1100000 | 101101 |
Color Harmonies of #DFD205
Complementary color
Monochromatic Colors of #DFD205
Black with #DFD205
Text Example
Text Example
White with #DFD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD205; }
p { color: rgb(223,210,5); }
H1.HeaderClassName
{
color: #DFD205;
}
.AnyTagClassName
{
color: #DFD205;
}
</style>
background-color css
<style>
a { background-color: #DFD205; }
a { background-color: rgb(223,210,5); }
div.DivClassName
{
background-color: #DFD205;
}
.BgClassName
{
background-color: #DFD205;
}
</style>
border-color css
<style>
span { border-color: #DFD205; }
span { border-color: rgb(223,210,5); }
td.TdClassName
{
border-color: #DFD205;
}
.TagClassName
{
border-color: #DFD205;
}
</style>