Shades of Sunflower #DFD002
Tints of Sunflower #DFD002
RGB
CMYK
RGB Variations
Color information
#DFD002 (or 0xDFD002) is known color: Sunflower. HEX triplet: DF, D0 and 02. RGB value is (223,208,2). Sum of RGB (Red+Green+Blue) = 223+208+2=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD002 is #202FFD. Grayscale: #BDBDBD. Windows color (decimal): -2109438 or 184543. OLE color: 184543.
HSL color Cylindrical-coordinate representation of color #DFD002: hue angle of 55.93º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFD002 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.13 |
| HSL | 55.93º | 0.98% | 0.44% | - |
| HSV(B) | 55.93º | 0.99% | 0.87% | - |
| XYZ | 53 | 60.8 | 9 | - |
| YUV | 189 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 2 | 0 | 0.07 | 0.99 | 0.13 | 55.93 | 0.98 | 0.44 |
| Hex | DF | D0 | 2 | 0 | 7 | 63 | D | 38 | 62 | 2C |
| Octal | 337 | 320 | 2 | 0 | 7 | 143 | 15 | 70 | 142 | 54 |
| Binary | 11011111 | 11010000 | 10 | 0 | 111 | 1100011 | 1101 | 111000 | 1100010 | 101100 |
Color Harmonies of #DFD002
Complementary color
Monochromatic Colors of #DFD002
Black with #DFD002
Text Example
Text Example
White with #DFD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD002; }
p { color: rgb(223,208,2); }
H1.HeaderClassName
{
color: #DFD002;
}
.AnyTagClassName
{
color: #DFD002;
}
</style>
background-color css
<style>
a { background-color: #DFD002; }
a { background-color: rgb(223,208,2); }
div.DivClassName
{
background-color: #DFD002;
}
.BgClassName
{
background-color: #DFD002;
}
</style>
border-color css
<style>
span { border-color: #DFD002; }
span { border-color: rgb(223,208,2); }
td.TdClassName
{
border-color: #DFD002;
}
.TagClassName
{
border-color: #DFD002;
}
</style>