Shades of Sunflower #DFD005
Tints of Sunflower #DFD005
RGB
CMYK
RGB Variations
Color information
#DFD005 (or 0xDFD005) is known color: Sunflower. HEX triplet: DF, D0 and 05. RGB value is (223,208,5). Sum of RGB (Red+Green+Blue) = 223+208+5=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD005 is #202FFA. Grayscale: #BEBEBE. Windows color (decimal): -2109435 or 381151. OLE color: 381151.
HSL color Cylindrical-coordinate representation of color #DFD005: hue angle of 55.87º 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 #DFD005 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.13 |
| HSL | 55.87º | 0.96% | 0.45% | - |
| HSV(B) | 55.87º | 0.98% | 0.87% | - |
| XYZ | 53.01 | 60.81 | 9.09 | - |
| YUV | 189.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 5 | 0 | 0.07 | 0.98 | 0.13 | 55.87 | 0.96 | 0.45 |
| Hex | DF | D0 | 5 | 0 | 7 | 62 | D | 38 | 60 | 2D |
| Octal | 337 | 320 | 5 | 0 | 7 | 142 | 15 | 70 | 140 | 55 |
| Binary | 11011111 | 11010000 | 101 | 0 | 111 | 1100010 | 1101 | 111000 | 1100000 | 101101 |
Color Harmonies of #DFD005
Complementary color
Monochromatic Colors of #DFD005
Black with #DFD005
Text Example
Text Example
White with #DFD005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD005; }
p { color: rgb(223,208,5); }
H1.HeaderClassName
{
color: #DFD005;
}
.AnyTagClassName
{
color: #DFD005;
}
</style>
background-color css
<style>
a { background-color: #DFD005; }
a { background-color: rgb(223,208,5); }
div.DivClassName
{
background-color: #DFD005;
}
.BgClassName
{
background-color: #DFD005;
}
</style>
border-color css
<style>
span { border-color: #DFD005; }
span { border-color: rgb(223,208,5); }
td.TdClassName
{
border-color: #DFD005;
}
.TagClassName
{
border-color: #DFD005;
}
</style>