Shades of Sunflower #DFB40B
Tints of Sunflower #DFB40B
RGB
CMYK
RGB Variations
Color information
#DFB40B (or 0xDFB40B) is known color: Sunflower. HEX triplet: DF, B4 and 0B. RGB value is (223,180,11). Sum of RGB (Red+Green+Blue) = 223+180+11=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB40B is #204BF4. Grayscale: #AEAEAE. Windows color (decimal): -2116597 or 767199. OLE color: 767199.
HSL color Cylindrical-coordinate representation of color #DFB40B: hue angle of 47.83º 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 #DFB40B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.13 |
| HSL | 47.83º | 0.91% | 0.46% | - |
| HSV(B) | 47.83º | 0.95% | 0.87% | - |
| XYZ | 46.81 | 48.35 | 7.18 | - |
| YUV | 173.59 | 36.25 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 11 | 0 | 0.19 | 0.95 | 0.13 | 47.83 | 0.91 | 0.46 |
| Hex | DF | B4 | B | 0 | 13 | 5F | D | 30 | 5B | 2E |
| Octal | 337 | 264 | 13 | 0 | 23 | 137 | 15 | 60 | 133 | 56 |
| Binary | 11011111 | 10110100 | 1011 | 0 | 10011 | 1011111 | 1101 | 110000 | 1011011 | 101110 |
Color Harmonies of #DFB40B
Complementary color
Monochromatic Colors of #DFB40B
Black with #DFB40B
Text Example
Text Example
White with #DFB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB40B; }
p { color: rgb(223,180,11); }
H1.HeaderClassName
{
color: #DFB40B;
}
.AnyTagClassName
{
color: #DFB40B;
}
</style>
background-color css
<style>
a { background-color: #DFB40B; }
a { background-color: rgb(223,180,11); }
div.DivClassName
{
background-color: #DFB40B;
}
.BgClassName
{
background-color: #DFB40B;
}
</style>
border-color css
<style>
span { border-color: #DFB40B; }
span { border-color: rgb(223,180,11); }
td.TdClassName
{
border-color: #DFB40B;
}
.TagClassName
{
border-color: #DFB40B;
}
</style>