Shades of Just Right #DFC7B6
Tints of Just Right #DFC7B6
RGB
CMYK
RGB Variations
Color information
#DFC7B6 (or 0xDFC7B6) is known color: Just Right. HEX triplet: DF, C7 and B6. RGB value is (223,199,182). Sum of RGB (Red+Green+Blue) = 223+199+182=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7B6 is #203849. Grayscale: #CCCCCC. Windows color (decimal): -2111562 or 11978719. OLE color: 11978719.
HSL color Cylindrical-coordinate representation of color #DFC7B6: hue angle of 24.88º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC7B6 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 182 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.13 |
| HSL | 24.88º | 0.39% | 0.79% | - |
| HSV(B) | 24.88º | 0.18% | 0.87% | - |
| XYZ | 59.3 | 59.91 | 52.69 | - |
| YUV | 204.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 182 | 0 | 0.11 | 0.18 | 0.13 | 24.88 | 0.39 | 0.79 |
| Hex | DF | C7 | B6 | 0 | B | 12 | D | 19 | 27 | 4F |
| Octal | 337 | 307 | 266 | 0 | 13 | 22 | 15 | 31 | 47 | 117 |
| Binary | 11011111 | 11000111 | 10110110 | 0 | 1011 | 10010 | 1101 | 11001 | 100111 | 1001111 |
Color Harmonies of #DFC7B6
Complementary color
Monochromatic Colors of #DFC7B6
Black with #DFC7B6
Text Example
Text Example
White with #DFC7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7B6; }
p { color: rgb(223,199,182); }
H1.HeaderClassName
{
color: #DFC7B6;
}
.AnyTagClassName
{
color: #DFC7B6;
}
</style>
background-color css
<style>
a { background-color: #DFC7B6; }
a { background-color: rgb(223,199,182); }
div.DivClassName
{
background-color: #DFC7B6;
}
.BgClassName
{
background-color: #DFC7B6;
}
</style>
border-color css
<style>
span { border-color: #DFC7B6; }
span { border-color: rgb(223,199,182); }
td.TdClassName
{
border-color: #DFC7B6;
}
.TagClassName
{
border-color: #DFC7B6;
}
</style>