Shades of Just Right #DFBDAC
Tints of Just Right #DFBDAC
RGB
CMYK
RGB Variations
Color information
#DFBDAC (or 0xDFBDAC) is known color: Just Right. HEX triplet: DF, BD and AC. RGB value is (223,189,172). Sum of RGB (Red+Green+Blue) = 223+189+172=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDAC is #204253. Grayscale: #C5C5C5. Windows color (decimal): -2114132 or 11320799. OLE color: 11320799.
HSL color Cylindrical-coordinate representation of color #DFBDAC: hue angle of 20º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBDAC is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 172 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.13 |
| HSL | 20º | 0.44% | 0.77% | - |
| HSV(B) | 20º | 0.23% | 0.87% | - |
| XYZ | 56.08 | 55.06 | 46.7 | - |
| YUV | 197.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 172 | 0 | 0.15 | 0.23 | 0.13 | 20 | 0.44 | 0.77 |
| Hex | DF | BD | AC | 0 | F | 17 | D | 14 | 2C | 4D |
| Octal | 337 | 275 | 254 | 0 | 17 | 27 | 15 | 24 | 54 | 115 |
| Binary | 11011111 | 10111101 | 10101100 | 0 | 1111 | 10111 | 1101 | 10100 | 101100 | 1001101 |
Color Harmonies of #DFBDAC
Complementary color
Monochromatic Colors of #DFBDAC
Black with #DFBDAC
Text Example
Text Example
White with #DFBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDAC; }
p { color: rgb(223,189,172); }
H1.HeaderClassName
{
color: #DFBDAC;
}
.AnyTagClassName
{
color: #DFBDAC;
}
</style>
background-color css
<style>
a { background-color: #DFBDAC; }
a { background-color: rgb(223,189,172); }
div.DivClassName
{
background-color: #DFBDAC;
}
.BgClassName
{
background-color: #DFBDAC;
}
</style>
border-color css
<style>
span { border-color: #DFBDAC; }
span { border-color: rgb(223,189,172); }
td.TdClassName
{
border-color: #DFBDAC;
}
.TagClassName
{
border-color: #DFBDAC;
}
</style>