Shades of Just Right #D8BDAC
Tints of Just Right #D8BDAC
RGB
CMYK
RGB Variations
Color information
#D8BDAC (or 0xD8BDAC) is known color: Just Right. HEX triplet: D8, BD and AC. RGB value is (216,189,172). Sum of RGB (Red+Green+Blue) = 216+189+172=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BDAC is #274253. Grayscale: #C3C3C3. Windows color (decimal): -2572884 or 11320792. OLE color: 11320792.
HSL color Cylindrical-coordinate representation of color #D8BDAC: hue angle of 23.18º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8BDAC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 172 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.15 |
| HSL | 23.18º | 0.36% | 0.76% | - |
| HSV(B) | 23.18º | 0.2% | 0.85% | - |
| XYZ | 53.96 | 53.97 | 46.6 | - |
| YUV | 195.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 172 | 0 | 0.12 | 0.20 | 0.15 | 23.18 | 0.36 | 0.76 |
| Hex | D8 | BD | AC | 0 | C | 14 | F | 17 | 24 | 4C |
| Octal | 330 | 275 | 254 | 0 | 14 | 24 | 17 | 27 | 44 | 114 |
| Binary | 11011000 | 10111101 | 10101100 | 0 | 1100 | 10100 | 1111 | 10111 | 100100 | 1001100 |
Color Harmonies of #D8BDAC
Complementary color
Monochromatic Colors of #D8BDAC
Black with #D8BDAC
Text Example
Text Example
White with #D8BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDAC; }
p { color: rgb(216,189,172); }
H1.HeaderClassName
{
color: #D8BDAC;
}
.AnyTagClassName
{
color: #D8BDAC;
}
</style>
background-color css
<style>
a { background-color: #D8BDAC; }
a { background-color: rgb(216,189,172); }
div.DivClassName
{
background-color: #D8BDAC;
}
.BgClassName
{
background-color: #D8BDAC;
}
</style>
border-color css
<style>
span { border-color: #D8BDAC; }
span { border-color: rgb(216,189,172); }
td.TdClassName
{
border-color: #D8BDAC;
}
.TagClassName
{
border-color: #D8BDAC;
}
</style>