Shades of Just Right #D7B8A8
Tints of Just Right #D7B8A8
RGB
CMYK
RGB Variations
Color information
#D7B8A8 (or 0xD7B8A8) is known color: Just Right. HEX triplet: D7, B8 and A8. RGB value is (215,184,168). Sum of RGB (Red+Green+Blue) = 215+184+168=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B8A8 is #284757. Grayscale: #BFBFBF. Windows color (decimal): -2639704 or 11057367. OLE color: 11057367.
HSL color Cylindrical-coordinate representation of color #D7B8A8: hue angle of 20.43º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7B8A8 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 168 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.16 |
| HSL | 20.43º | 0.37% | 0.75% | - |
| HSV(B) | 20.43º | 0.22% | 0.84% | - |
| XYZ | 52.23 | 51.56 | 44.24 | - |
| YUV | 191.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 168 | 0 | 0.14 | 0.22 | 0.16 | 20.43 | 0.37 | 0.75 |
| Hex | D7 | B8 | A8 | 0 | E | 16 | 10 | 14 | 25 | 4B |
| Octal | 327 | 270 | 250 | 0 | 16 | 26 | 20 | 24 | 45 | 113 |
| Binary | 11010111 | 10111000 | 10101000 | 0 | 1110 | 10110 | 10000 | 10100 | 100101 | 1001011 |
Color Harmonies of #D7B8A8
Complementary color
Monochromatic Colors of #D7B8A8
Black with #D7B8A8
Text Example
Text Example
White with #D7B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B8A8; }
p { color: rgb(215,184,168); }
H1.HeaderClassName
{
color: #D7B8A8;
}
.AnyTagClassName
{
color: #D7B8A8;
}
</style>
background-color css
<style>
a { background-color: #D7B8A8; }
a { background-color: rgb(215,184,168); }
div.DivClassName
{
background-color: #D7B8A8;
}
.BgClassName
{
background-color: #D7B8A8;
}
</style>
border-color css
<style>
span { border-color: #D7B8A8; }
span { border-color: rgb(215,184,168); }
td.TdClassName
{
border-color: #D7B8A8;
}
.TagClassName
{
border-color: #D7B8A8;
}
</style>