Shades of Just Right #D7C5B9
Tints of Just Right #D7C5B9
RGB
CMYK
RGB Variations
Color information
#D7C5B9 (or 0xD7C5B9) is known color: Just Right. HEX triplet: D7, C5 and B9. RGB value is (215,197,185). Sum of RGB (Red+Green+Blue) = 215+197+185=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5B9 is #283A46. Grayscale: #C9C9C9. Windows color (decimal): -2636359 or 12174807. OLE color: 12174807.
HSL color Cylindrical-coordinate representation of color #D7C5B9: hue angle of 24º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7C5B9 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 185 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.16 |
| HSL | 24º | 0.27% | 0.78% | - |
| HSV(B) | 24º | 0.14% | 0.84% | - |
| XYZ | 56.75 | 57.88 | 54.08 | - |
| YUV | 201.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 185 | 0 | 0.08 | 0.14 | 0.16 | 24 | 0.27 | 0.78 |
| Hex | D7 | C5 | B9 | 0 | 8 | E | 10 | 18 | 1B | 4E |
| Octal | 327 | 305 | 271 | 0 | 10 | 16 | 20 | 30 | 33 | 116 |
| Binary | 11010111 | 11000101 | 10111001 | 0 | 1000 | 1110 | 10000 | 11000 | 11011 | 1001110 |
Color Harmonies of #D7C5B9
Complementary color
Monochromatic Colors of #D7C5B9
Black with #D7C5B9
Text Example
Text Example
White with #D7C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5B9; }
p { color: rgb(215,197,185); }
H1.HeaderClassName
{
color: #D7C5B9;
}
.AnyTagClassName
{
color: #D7C5B9;
}
</style>
background-color css
<style>
a { background-color: #D7C5B9; }
a { background-color: rgb(215,197,185); }
div.DivClassName
{
background-color: #D7C5B9;
}
.BgClassName
{
background-color: #D7C5B9;
}
</style>
border-color css
<style>
span { border-color: #D7C5B9; }
span { border-color: rgb(215,197,185); }
td.TdClassName
{
border-color: #D7C5B9;
}
.TagClassName
{
border-color: #D7C5B9;
}
</style>