Shades of Wax Flower #DFB09A
Tints of Wax Flower #DFB09A
RGB
CMYK
RGB Variations
Color information
#DFB09A (or 0xDFB09A) is known color: Wax Flower. HEX triplet: DF, B0 and 9A. RGB value is (223,176,154). Sum of RGB (Red+Green+Blue) = 223+176+154=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB09A is #204F65. Grayscale: #BBBBBB. Windows color (decimal): -2117478 or 10137823. OLE color: 10137823.
HSL color Cylindrical-coordinate representation of color #DFB09A: hue angle of 19.13º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB09A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 154 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.13 |
| HSL | 19.13º | 0.52% | 0.74% | - |
| HSV(B) | 19.13º | 0.31% | 0.87% | - |
| XYZ | 51.79 | 49.07 | 37.31 | - |
| YUV | 187.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 154 | 0 | 0.21 | 0.31 | 0.13 | 19.13 | 0.52 | 0.74 |
| Hex | DF | B0 | 9A | 0 | 15 | 1F | D | 13 | 34 | 4A |
| Octal | 337 | 260 | 232 | 0 | 25 | 37 | 15 | 23 | 64 | 112 |
| Binary | 11011111 | 10110000 | 10011010 | 0 | 10101 | 11111 | 1101 | 10011 | 110100 | 1001010 |
Color Harmonies of #DFB09A
Complementary color
Monochromatic Colors of #DFB09A
Black with #DFB09A
Text Example
Text Example
White with #DFB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB09A; }
p { color: rgb(223,176,154); }
H1.HeaderClassName
{
color: #DFB09A;
}
.AnyTagClassName
{
color: #DFB09A;
}
</style>
background-color css
<style>
a { background-color: #DFB09A; }
a { background-color: rgb(223,176,154); }
div.DivClassName
{
background-color: #DFB09A;
}
.BgClassName
{
background-color: #DFB09A;
}
</style>
border-color css
<style>
span { border-color: #DFB09A; }
span { border-color: rgb(223,176,154); }
td.TdClassName
{
border-color: #DFB09A;
}
.TagClassName
{
border-color: #DFB09A;
}
</style>