Shades of Wax Flower #DFB49D
Tints of Wax Flower #DFB49D
RGB
CMYK
RGB Variations
Color information
#DFB49D (or 0xDFB49D) is known color: Wax Flower. HEX triplet: DF, B4 and 9D. RGB value is (223,180,157). Sum of RGB (Red+Green+Blue) = 223+180+157=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB49D is #204B62. Grayscale: #BEBEBE. Windows color (decimal): -2116451 or 10335455. OLE color: 10335455.
HSL color Cylindrical-coordinate representation of color #DFB49D: hue angle of 20.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB49D is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 157 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.13 |
| HSL | 20.91º | 0.51% | 0.75% | - |
| HSV(B) | 20.91º | 0.3% | 0.87% | - |
| XYZ | 52.84 | 50.76 | 38.91 | - |
| YUV | 190.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 157 | 0 | 0.19 | 0.30 | 0.13 | 20.91 | 0.51 | 0.75 |
| Hex | DF | B4 | 9D | 0 | 13 | 1E | D | 15 | 33 | 4B |
| Octal | 337 | 264 | 235 | 0 | 23 | 36 | 15 | 25 | 63 | 113 |
| Binary | 11011111 | 10110100 | 10011101 | 0 | 10011 | 11110 | 1101 | 10101 | 110011 | 1001011 |
Color Harmonies of #DFB49D
Complementary color
Monochromatic Colors of #DFB49D
Black with #DFB49D
Text Example
Text Example
White with #DFB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB49D; }
p { color: rgb(223,180,157); }
H1.HeaderClassName
{
color: #DFB49D;
}
.AnyTagClassName
{
color: #DFB49D;
}
</style>
background-color css
<style>
a { background-color: #DFB49D; }
a { background-color: rgb(223,180,157); }
div.DivClassName
{
background-color: #DFB49D;
}
.BgClassName
{
background-color: #DFB49D;
}
</style>
border-color css
<style>
span { border-color: #DFB49D; }
span { border-color: rgb(223,180,157); }
td.TdClassName
{
border-color: #DFB49D;
}
.TagClassName
{
border-color: #DFB49D;
}
</style>