Shades of Just Right #D7B9A9
Tints of Just Right #D7B9A9
RGB
CMYK
RGB Variations
Color information
#D7B9A9 (or 0xD7B9A9) is known color: Just Right. HEX triplet: D7, B9 and A9. RGB value is (215,185,169). Sum of RGB (Red+Green+Blue) = 215+185+169=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B9A9 is #284656. Grayscale: #C0C0C0. Windows color (decimal): -2639447 or 11123159. OLE color: 11123159.
HSL color Cylindrical-coordinate representation of color #D7B9A9: hue angle of 20.87º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7B9A9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 169 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.16 |
| HSL | 20.87º | 0.37% | 0.75% | - |
| HSV(B) | 20.87º | 0.21% | 0.84% | - |
| XYZ | 52.53 | 52.01 | 44.81 | - |
| YUV | 192.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 169 | 0 | 0.14 | 0.21 | 0.16 | 20.87 | 0.37 | 0.75 |
| Hex | D7 | B9 | A9 | 0 | E | 15 | 10 | 15 | 25 | 4B |
| Octal | 327 | 271 | 251 | 0 | 16 | 25 | 20 | 25 | 45 | 113 |
| Binary | 11010111 | 10111001 | 10101001 | 0 | 1110 | 10101 | 10000 | 10101 | 100101 | 1001011 |
Color Harmonies of #D7B9A9
Complementary color
Monochromatic Colors of #D7B9A9
Black with #D7B9A9
Text Example
Text Example
White with #D7B9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9A9; }
p { color: rgb(215,185,169); }
H1.HeaderClassName
{
color: #D7B9A9;
}
.AnyTagClassName
{
color: #D7B9A9;
}
</style>
background-color css
<style>
a { background-color: #D7B9A9; }
a { background-color: rgb(215,185,169); }
div.DivClassName
{
background-color: #D7B9A9;
}
.BgClassName
{
background-color: #D7B9A9;
}
</style>
border-color css
<style>
span { border-color: #D7B9A9; }
span { border-color: rgb(215,185,169); }
td.TdClassName
{
border-color: #D7B9A9;
}
.TagClassName
{
border-color: #D7B9A9;
}
</style>