Shades of Wax Flower #DFB29D
Tints of Wax Flower #DFB29D
RGB
CMYK
RGB Variations
Color information
#DFB29D (or 0xDFB29D) is known color: Wax Flower. HEX triplet: DF, B2 and 9D. RGB value is (223,178,157). Sum of RGB (Red+Green+Blue) = 223+178+157=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB29D is #204D62. Grayscale: #BDBDBD. Windows color (decimal): -2116963 or 10334943. OLE color: 10334943.
HSL color Cylindrical-coordinate representation of color #DFB29D: hue angle of 19.09º 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 #DFB29D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 157 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.13 |
| HSL | 19.09º | 0.51% | 0.75% | - |
| HSV(B) | 19.09º | 0.3% | 0.87% | - |
| XYZ | 52.44 | 49.96 | 38.78 | - |
| YUV | 189.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 157 | 0 | 0.20 | 0.30 | 0.13 | 19.09 | 0.51 | 0.75 |
| Hex | DF | B2 | 9D | 0 | 14 | 1E | D | 13 | 33 | 4B |
| Octal | 337 | 262 | 235 | 0 | 24 | 36 | 15 | 23 | 63 | 113 |
| Binary | 11011111 | 10110010 | 10011101 | 0 | 10100 | 11110 | 1101 | 10011 | 110011 | 1001011 |
Color Harmonies of #DFB29D
Complementary color
Monochromatic Colors of #DFB29D
Black with #DFB29D
Text Example
Text Example
White with #DFB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB29D; }
p { color: rgb(223,178,157); }
H1.HeaderClassName
{
color: #DFB29D;
}
.AnyTagClassName
{
color: #DFB29D;
}
</style>
background-color css
<style>
a { background-color: #DFB29D; }
a { background-color: rgb(223,178,157); }
div.DivClassName
{
background-color: #DFB29D;
}
.BgClassName
{
background-color: #DFB29D;
}
</style>
border-color css
<style>
span { border-color: #DFB29D; }
span { border-color: rgb(223,178,157); }
td.TdClassName
{
border-color: #DFB29D;
}
.TagClassName
{
border-color: #DFB29D;
}
</style>