Shades of Sunflower #DFB71D
Tints of Sunflower #DFB71D
RGB
CMYK
RGB Variations
Color information
#DFB71D (or 0xDFB71D) is known color: Sunflower. HEX triplet: DF, B7 and 1D. RGB value is (223,183,29). Sum of RGB (Red+Green+Blue) = 223+183+29=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB71D is #2048E2. Grayscale: #B2B2B2. Windows color (decimal): -2115811 or 1947615. OLE color: 1947615.
HSL color Cylindrical-coordinate representation of color #DFB71D: hue angle of 47.63º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFB71D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.13 |
| HSL | 47.63º | 0.77% | 0.49% | - |
| HSV(B) | 47.63º | 0.87% | 0.87% | - |
| XYZ | 47.59 | 49.64 | 8.24 | - |
| YUV | 177.4 | 44.25 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 29 | 0 | 0.18 | 0.87 | 0.13 | 47.63 | 0.77 | 0.49 |
| Hex | DF | B7 | 1D | 0 | 12 | 57 | D | 30 | 4D | 31 |
| Octal | 337 | 267 | 35 | 0 | 22 | 127 | 15 | 60 | 115 | 61 |
| Binary | 11011111 | 10110111 | 11101 | 0 | 10010 | 1010111 | 1101 | 110000 | 1001101 | 110001 |
Color Harmonies of #DFB71D
Complementary color
Monochromatic Colors of #DFB71D
Black with #DFB71D
Text Example
Text Example
White with #DFB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB71D; }
p { color: rgb(223,183,29); }
H1.HeaderClassName
{
color: #DFB71D;
}
.AnyTagClassName
{
color: #DFB71D;
}
</style>
background-color css
<style>
a { background-color: #DFB71D; }
a { background-color: rgb(223,183,29); }
div.DivClassName
{
background-color: #DFB71D;
}
.BgClassName
{
background-color: #DFB71D;
}
</style>
border-color css
<style>
span { border-color: #DFB71D; }
span { border-color: rgb(223,183,29); }
td.TdClassName
{
border-color: #DFB71D;
}
.TagClassName
{
border-color: #DFB71D;
}
</style>