Shades of Sunflower #DFB10D
Tints of Sunflower #DFB10D
RGB
CMYK
RGB Variations
Color information
#DFB10D (or 0xDFB10D) is known color: Sunflower. HEX triplet: DF, B1 and 0D. RGB value is (223,177,13). Sum of RGB (Red+Green+Blue) = 223+177+13=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB10D is #204EF2. Grayscale: #ACACAC. Windows color (decimal): -2117363 or 897503. OLE color: 897503.
HSL color Cylindrical-coordinate representation of color #DFB10D: hue angle of 46.86º 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 #DFB10D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.13 |
| HSL | 46.86º | 0.89% | 0.46% | - |
| HSV(B) | 46.86º | 0.94% | 0.87% | - |
| XYZ | 46.23 | 47.16 | 7.05 | - |
| YUV | 172.06 | 38.24 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 13 | 0 | 0.21 | 0.94 | 0.13 | 46.86 | 0.89 | 0.46 |
| Hex | DF | B1 | D | 0 | 15 | 5E | D | 2F | 59 | 2E |
| Octal | 337 | 261 | 15 | 0 | 25 | 136 | 15 | 57 | 131 | 56 |
| Binary | 11011111 | 10110001 | 1101 | 0 | 10101 | 1011110 | 1101 | 101111 | 1011001 | 101110 |
Color Harmonies of #DFB10D
Complementary color
Monochromatic Colors of #DFB10D
Black with #DFB10D
Text Example
Text Example
White with #DFB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB10D; }
p { color: rgb(223,177,13); }
H1.HeaderClassName
{
color: #DFB10D;
}
.AnyTagClassName
{
color: #DFB10D;
}
</style>
background-color css
<style>
a { background-color: #DFB10D; }
a { background-color: rgb(223,177,13); }
div.DivClassName
{
background-color: #DFB10D;
}
.BgClassName
{
background-color: #DFB10D;
}
</style>
border-color css
<style>
span { border-color: #DFB10D; }
span { border-color: rgb(223,177,13); }
td.TdClassName
{
border-color: #DFB10D;
}
.TagClassName
{
border-color: #DFB10D;
}
</style>