Shades of Sunflower #DFB40D
Tints of Sunflower #DFB40D
RGB
CMYK
RGB Variations
Color information
#DFB40D (or 0xDFB40D) is known color: Sunflower. HEX triplet: DF, B4 and 0D. RGB value is (223,180,13). Sum of RGB (Red+Green+Blue) = 223+180+13=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB40D is #204BF2. Grayscale: #AEAEAE. Windows color (decimal): -2116595 or 898271. OLE color: 898271.
HSL color Cylindrical-coordinate representation of color #DFB40D: hue angle of 47.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFB40D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.13 |
| HSL | 47.71º | 0.89% | 0.46% | - |
| HSV(B) | 47.71º | 0.94% | 0.87% | - |
| XYZ | 46.83 | 48.36 | 7.25 | - |
| YUV | 173.82 | 37.25 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 13 | 0 | 0.19 | 0.94 | 0.13 | 47.71 | 0.89 | 0.46 |
| Hex | DF | B4 | D | 0 | 13 | 5E | D | 30 | 59 | 2E |
| Octal | 337 | 264 | 15 | 0 | 23 | 136 | 15 | 60 | 131 | 56 |
| Binary | 11011111 | 10110100 | 1101 | 0 | 10011 | 1011110 | 1101 | 110000 | 1011001 | 101110 |
Color Harmonies of #DFB40D
Complementary color
Monochromatic Colors of #DFB40D
Black with #DFB40D
Text Example
Text Example
White with #DFB40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB40D; }
p { color: rgb(223,180,13); }
H1.HeaderClassName
{
color: #DFB40D;
}
.AnyTagClassName
{
color: #DFB40D;
}
</style>
background-color css
<style>
a { background-color: #DFB40D; }
a { background-color: rgb(223,180,13); }
div.DivClassName
{
background-color: #DFB40D;
}
.BgClassName
{
background-color: #DFB40D;
}
</style>
border-color css
<style>
span { border-color: #DFB40D; }
span { border-color: rgb(223,180,13); }
td.TdClassName
{
border-color: #DFB40D;
}
.TagClassName
{
border-color: #DFB40D;
}
</style>