Shades of Just Right #D3BAA6
Tints of Just Right #D3BAA6
RGB
CMYK
RGB Variations
Color information
#D3BAA6 (or 0xD3BAA6) is known color: Just Right. HEX triplet: D3, BA and A6. RGB value is (211,186,166). Sum of RGB (Red+Green+Blue) = 211+186+166=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BAA6 is #2C4559. Grayscale: #BFBFBF. Windows color (decimal): -2901338 or 10926803. OLE color: 10926803.
HSL color Cylindrical-coordinate representation of color #D3BAA6: hue angle of 26.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3BAA6 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 166 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.17 |
| HSL | 26.67º | 0.34% | 0.74% | - |
| HSV(B) | 26.67º | 0.21% | 0.83% | - |
| XYZ | 51.31 | 51.72 | 43.36 | - |
| YUV | 191.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 166 | 0 | 0.12 | 0.21 | 0.17 | 26.67 | 0.34 | 0.74 |
| Hex | D3 | BA | A6 | 0 | C | 15 | 11 | 1B | 22 | 4A |
| Octal | 323 | 272 | 246 | 0 | 14 | 25 | 21 | 33 | 42 | 112 |
| Binary | 11010011 | 10111010 | 10100110 | 0 | 1100 | 10101 | 10001 | 11011 | 100010 | 1001010 |
Color Harmonies of #D3BAA6
Complementary color
Monochromatic Colors of #D3BAA6
Black with #D3BAA6
Text Example
Text Example
White with #D3BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAA6; }
p { color: rgb(211,186,166); }
H1.HeaderClassName
{
color: #D3BAA6;
}
.AnyTagClassName
{
color: #D3BAA6;
}
</style>
background-color css
<style>
a { background-color: #D3BAA6; }
a { background-color: rgb(211,186,166); }
div.DivClassName
{
background-color: #D3BAA6;
}
.BgClassName
{
background-color: #D3BAA6;
}
</style>
border-color css
<style>
span { border-color: #D3BAA6; }
span { border-color: rgb(211,186,166); }
td.TdClassName
{
border-color: #D3BAA6;
}
.TagClassName
{
border-color: #D3BAA6;
}
</style>