Shades of Sunflower #DFB60D
Tints of Sunflower #DFB60D
RGB
CMYK
RGB Variations
Color information
#DFB60D (or 0xDFB60D) is known color: Sunflower. HEX triplet: DF, B6 and 0D. RGB value is (223,182,13). Sum of RGB (Red+Green+Blue) = 223+182+13=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB60D is #2049F2. Grayscale: #AFAFAF. Windows color (decimal): -2116083 or 898783. OLE color: 898783.
HSL color Cylindrical-coordinate representation of color #DFB60D: hue angle of 48.29º 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 #DFB60D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.13 |
| HSL | 48.29º | 0.89% | 0.46% | - |
| HSV(B) | 48.29º | 0.94% | 0.87% | - |
| XYZ | 47.23 | 49.17 | 7.38 | - |
| YUV | 174.99 | 36.58 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 13 | 0 | 0.18 | 0.94 | 0.13 | 48.29 | 0.89 | 0.46 |
| Hex | DF | B6 | D | 0 | 12 | 5E | D | 30 | 59 | 2E |
| Octal | 337 | 266 | 15 | 0 | 22 | 136 | 15 | 60 | 131 | 56 |
| Binary | 11011111 | 10110110 | 1101 | 0 | 10010 | 1011110 | 1101 | 110000 | 1011001 | 101110 |
Color Harmonies of #DFB60D
Complementary color
Monochromatic Colors of #DFB60D
Black with #DFB60D
Text Example
Text Example
White with #DFB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB60D; }
p { color: rgb(223,182,13); }
H1.HeaderClassName
{
color: #DFB60D;
}
.AnyTagClassName
{
color: #DFB60D;
}
</style>
background-color css
<style>
a { background-color: #DFB60D; }
a { background-color: rgb(223,182,13); }
div.DivClassName
{
background-color: #DFB60D;
}
.BgClassName
{
background-color: #DFB60D;
}
</style>
border-color css
<style>
span { border-color: #DFB60D; }
span { border-color: rgb(223,182,13); }
td.TdClassName
{
border-color: #DFB60D;
}
.TagClassName
{
border-color: #DFB60D;
}
</style>