Shades of Just Right #DFBDAF
Tints of Just Right #DFBDAF
RGB
CMYK
RGB Variations
Color information
#DFBDAF (or 0xDFBDAF) is known color: Just Right. HEX triplet: DF, BD and AF. RGB value is (223,189,175). Sum of RGB (Red+Green+Blue) = 223+189+175=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDAF is #204250. Grayscale: #C5C5C5. Windows color (decimal): -2114129 or 11517407. OLE color: 11517407.
HSL color Cylindrical-coordinate representation of color #DFBDAF: hue angle of 17.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBDAF is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 175 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.13 |
| HSL | 17.5º | 0.43% | 0.78% | - |
| HSV(B) | 17.5º | 0.22% | 0.87% | - |
| XYZ | 56.37 | 55.18 | 48.24 | - |
| YUV | 197.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 175 | 0 | 0.15 | 0.22 | 0.13 | 17.5 | 0.43 | 0.78 |
| Hex | DF | BD | AF | 0 | F | 16 | D | 12 | 2B | 4E |
| Octal | 337 | 275 | 257 | 0 | 17 | 26 | 15 | 22 | 53 | 116 |
| Binary | 11011111 | 10111101 | 10101111 | 0 | 1111 | 10110 | 1101 | 10010 | 101011 | 1001110 |
Color Harmonies of #DFBDAF
Complementary color
Monochromatic Colors of #DFBDAF
Black with #DFBDAF
Text Example
Text Example
White with #DFBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDAF; }
p { color: rgb(223,189,175); }
H1.HeaderClassName
{
color: #DFBDAF;
}
.AnyTagClassName
{
color: #DFBDAF;
}
</style>
background-color css
<style>
a { background-color: #DFBDAF; }
a { background-color: rgb(223,189,175); }
div.DivClassName
{
background-color: #DFBDAF;
}
.BgClassName
{
background-color: #DFBDAF;
}
</style>
border-color css
<style>
span { border-color: #DFBDAF; }
span { border-color: rgb(223,189,175); }
td.TdClassName
{
border-color: #DFBDAF;
}
.TagClassName
{
border-color: #DFBDAF;
}
</style>