Shades of Just Right #D5BAA9
Tints of Just Right #D5BAA9
RGB
CMYK
RGB Variations
Color information
#D5BAA9 (or 0xD5BAA9) is known color: Just Right. HEX triplet: D5, BA and A9. RGB value is (213,186,169). Sum of RGB (Red+Green+Blue) = 213+186+169=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BAA9 is #2A4556. Grayscale: #C0C0C0. Windows color (decimal): -2770263 or 11123413. OLE color: 11123413.
HSL color Cylindrical-coordinate representation of color #D5BAA9: hue angle of 23.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BAA9 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 169 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.16 |
| HSL | 23.18º | 0.34% | 0.75% | - |
| HSV(B) | 23.18º | 0.21% | 0.84% | - |
| XYZ | 52.16 | 52.13 | 44.85 | - |
| YUV | 192.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 169 | 0 | 0.13 | 0.21 | 0.16 | 23.18 | 0.34 | 0.75 |
| Hex | D5 | BA | A9 | 0 | D | 15 | 10 | 17 | 22 | 4B |
| Octal | 325 | 272 | 251 | 0 | 15 | 25 | 20 | 27 | 42 | 113 |
| Binary | 11010101 | 10111010 | 10101001 | 0 | 1101 | 10101 | 10000 | 10111 | 100010 | 1001011 |
Color Harmonies of #D5BAA9
Complementary color
Monochromatic Colors of #D5BAA9
Black with #D5BAA9
Text Example
Text Example
White with #D5BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAA9; }
p { color: rgb(213,186,169); }
H1.HeaderClassName
{
color: #D5BAA9;
}
.AnyTagClassName
{
color: #D5BAA9;
}
</style>
background-color css
<style>
a { background-color: #D5BAA9; }
a { background-color: rgb(213,186,169); }
div.DivClassName
{
background-color: #D5BAA9;
}
.BgClassName
{
background-color: #D5BAA9;
}
</style>
border-color css
<style>
span { border-color: #D5BAA9; }
span { border-color: rgb(213,186,169); }
td.TdClassName
{
border-color: #D5BAA9;
}
.TagClassName
{
border-color: #D5BAA9;
}
</style>