Shades of Just Right #D3BAAA
Tints of Just Right #D3BAAA
RGB
CMYK
RGB Variations
Color information
#D3BAAA (or 0xD3BAAA) is known color: Just Right. HEX triplet: D3, BA and AA. RGB value is (211,186,170). Sum of RGB (Red+Green+Blue) = 211+186+170=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BAAA is #2C4555. Grayscale: #BFBFBF. Windows color (decimal): -2901334 or 11188947. OLE color: 11188947.
HSL color Cylindrical-coordinate representation of color #D3BAAA: hue angle of 23.41º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3BAAA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 170 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.17 |
| HSL | 23.41º | 0.32% | 0.75% | - |
| HSV(B) | 23.41º | 0.19% | 0.83% | - |
| XYZ | 51.68 | 51.87 | 45.32 | - |
| YUV | 191.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 170 | 0 | 0.12 | 0.19 | 0.17 | 23.41 | 0.32 | 0.75 |
| Hex | D3 | BA | AA | 0 | C | 13 | 11 | 17 | 20 | 4B |
| Octal | 323 | 272 | 252 | 0 | 14 | 23 | 21 | 27 | 40 | 113 |
| Binary | 11010011 | 10111010 | 10101010 | 0 | 1100 | 10011 | 10001 | 10111 | 100000 | 1001011 |
Color Harmonies of #D3BAAA
Complementary color
Monochromatic Colors of #D3BAAA
Black with #D3BAAA
Text Example
Text Example
White with #D3BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAAA; }
p { color: rgb(211,186,170); }
H1.HeaderClassName
{
color: #D3BAAA;
}
.AnyTagClassName
{
color: #D3BAAA;
}
</style>
background-color css
<style>
a { background-color: #D3BAAA; }
a { background-color: rgb(211,186,170); }
div.DivClassName
{
background-color: #D3BAAA;
}
.BgClassName
{
background-color: #D3BAAA;
}
</style>
border-color css
<style>
span { border-color: #D3BAAA; }
span { border-color: rgb(211,186,170); }
td.TdClassName
{
border-color: #D3BAAA;
}
.TagClassName
{
border-color: #D3BAAA;
}
</style>