Shades of Just Right #D3BDAC
Tints of Just Right #D3BDAC
RGB
CMYK
RGB Variations
Color information
#D3BDAC (or 0xD3BDAC) is known color: Just Right. HEX triplet: D3, BD and AC. RGB value is (211,189,172). Sum of RGB (Red+Green+Blue) = 211+189+172=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BDAC is #2C4253. Grayscale: #C1C1C1. Windows color (decimal): -2900564 or 11320787. OLE color: 11320787.
HSL color Cylindrical-coordinate representation of color #D3BDAC: hue angle of 26.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3BDAC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 172 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.17 |
| HSL | 26.15º | 0.31% | 0.75% | - |
| HSV(B) | 26.15º | 0.18% | 0.83% | - |
| XYZ | 52.51 | 53.22 | 46.54 | - |
| YUV | 193.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 172 | 0 | 0.10 | 0.18 | 0.17 | 26.15 | 0.31 | 0.75 |
| Hex | D3 | BD | AC | 0 | A | 12 | 11 | 1A | 1F | 4B |
| Octal | 323 | 275 | 254 | 0 | 12 | 22 | 21 | 32 | 37 | 113 |
| Binary | 11010011 | 10111101 | 10101100 | 0 | 1010 | 10010 | 10001 | 11010 | 11111 | 1001011 |
Color Harmonies of #D3BDAC
Complementary color
Monochromatic Colors of #D3BDAC
Black with #D3BDAC
Text Example
Text Example
White with #D3BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDAC; }
p { color: rgb(211,189,172); }
H1.HeaderClassName
{
color: #D3BDAC;
}
.AnyTagClassName
{
color: #D3BDAC;
}
</style>
background-color css
<style>
a { background-color: #D3BDAC; }
a { background-color: rgb(211,189,172); }
div.DivClassName
{
background-color: #D3BDAC;
}
.BgClassName
{
background-color: #D3BDAC;
}
</style>
border-color css
<style>
span { border-color: #D3BDAC; }
span { border-color: rgb(211,189,172); }
td.TdClassName
{
border-color: #D3BDAC;
}
.TagClassName
{
border-color: #D3BDAC;
}
</style>