Shades of Just Right #DFC5B5
Tints of Just Right #DFC5B5
RGB
CMYK
RGB Variations
Color information
#DFC5B5 (or 0xDFC5B5) is known color: Just Right. HEX triplet: DF, C5 and B5. RGB value is (223,197,181). Sum of RGB (Red+Green+Blue) = 223+197+181=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5B5 is #203A4A. Grayscale: #CBCBCB. Windows color (decimal): -2112075 or 11912671. OLE color: 11912671.
HSL color Cylindrical-coordinate representation of color #DFC5B5: hue angle of 22.86º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC5B5 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 181 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.13 |
| HSL | 22.86º | 0.4% | 0.79% | - |
| HSV(B) | 22.86º | 0.19% | 0.87% | - |
| XYZ | 58.74 | 58.96 | 52 | - |
| YUV | 202.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 181 | 0 | 0.12 | 0.19 | 0.13 | 22.86 | 0.4 | 0.79 |
| Hex | DF | C5 | B5 | 0 | C | 13 | D | 17 | 28 | 4F |
| Octal | 337 | 305 | 265 | 0 | 14 | 23 | 15 | 27 | 50 | 117 |
| Binary | 11011111 | 11000101 | 10110101 | 0 | 1100 | 10011 | 1101 | 10111 | 101000 | 1001111 |
Color Harmonies of #DFC5B5
Complementary color
Monochromatic Colors of #DFC5B5
Black with #DFC5B5
Text Example
Text Example
White with #DFC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5B5; }
p { color: rgb(223,197,181); }
H1.HeaderClassName
{
color: #DFC5B5;
}
.AnyTagClassName
{
color: #DFC5B5;
}
</style>
background-color css
<style>
a { background-color: #DFC5B5; }
a { background-color: rgb(223,197,181); }
div.DivClassName
{
background-color: #DFC5B5;
}
.BgClassName
{
background-color: #DFC5B5;
}
</style>
border-color css
<style>
span { border-color: #DFC5B5; }
span { border-color: rgb(223,197,181); }
td.TdClassName
{
border-color: #DFC5B5;
}
.TagClassName
{
border-color: #DFC5B5;
}
</style>