Shades of Sunflower #DFD40B
Tints of Sunflower #DFD40B
RGB
CMYK
RGB Variations
Color information
#DFD40B (or 0xDFD40B) is known color: Sunflower. HEX triplet: DF, D4 and 0B. RGB value is (223,212,11). Sum of RGB (Red+Green+Blue) = 223+212+11=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD40B is #202BF4. Grayscale: #C1C1C1. Windows color (decimal): -2108405 or 775391. OLE color: 775391.
HSL color Cylindrical-coordinate representation of color #DFD40B: hue angle of 56.89º degrees, saturation: 0.91, 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 #DFD40B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.13 |
| HSL | 56.89º | 0.91% | 0.46% | - |
| HSV(B) | 56.89º | 0.95% | 0.87% | - |
| XYZ | 54.04 | 62.8 | 9.59 | - |
| YUV | 192.38 | 25.64 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 11 | 0 | 0.05 | 0.95 | 0.13 | 56.89 | 0.91 | 0.46 |
| Hex | DF | D4 | B | 0 | 5 | 5F | D | 39 | 5B | 2E |
| Octal | 337 | 324 | 13 | 0 | 5 | 137 | 15 | 71 | 133 | 56 |
| Binary | 11011111 | 11010100 | 1011 | 0 | 101 | 1011111 | 1101 | 111001 | 1011011 | 101110 |
Color Harmonies of #DFD40B
Complementary color
Monochromatic Colors of #DFD40B
Black with #DFD40B
Text Example
Text Example
White with #DFD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD40B; }
p { color: rgb(223,212,11); }
H1.HeaderClassName
{
color: #DFD40B;
}
.AnyTagClassName
{
color: #DFD40B;
}
</style>
background-color css
<style>
a { background-color: #DFD40B; }
a { background-color: rgb(223,212,11); }
div.DivClassName
{
background-color: #DFD40B;
}
.BgClassName
{
background-color: #DFD40B;
}
</style>
border-color css
<style>
span { border-color: #DFD40B; }
span { border-color: rgb(223,212,11); }
td.TdClassName
{
border-color: #DFD40B;
}
.TagClassName
{
border-color: #DFD40B;
}
</style>