Shades of Just Right #D9BDAB
Tints of Just Right #D9BDAB
RGB
CMYK
RGB Variations
Color information
#D9BDAB (or 0xD9BDAB) is known color: Just Right. HEX triplet: D9, BD and AB. RGB value is (217,189,171). Sum of RGB (Red+Green+Blue) = 217+189+171=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDAB is #264254. Grayscale: #C3C3C3. Windows color (decimal): -2507349 or 11255257. OLE color: 11255257.
HSL color Cylindrical-coordinate representation of color #D9BDAB: hue angle of 23.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BDAB is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 171 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.15 |
| HSL | 23.48º | 0.38% | 0.76% | - |
| HSV(B) | 23.48º | 0.21% | 0.85% | - |
| XYZ | 54.16 | 54.09 | 46.11 | - |
| YUV | 195.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 171 | 0 | 0.13 | 0.21 | 0.15 | 23.48 | 0.38 | 0.76 |
| Hex | D9 | BD | AB | 0 | D | 15 | F | 17 | 26 | 4C |
| Octal | 331 | 275 | 253 | 0 | 15 | 25 | 17 | 27 | 46 | 114 |
| Binary | 11011001 | 10111101 | 10101011 | 0 | 1101 | 10101 | 1111 | 10111 | 100110 | 1001100 |
Color Harmonies of #D9BDAB
Complementary color
Monochromatic Colors of #D9BDAB
Black with #D9BDAB
Text Example
Text Example
White with #D9BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDAB; }
p { color: rgb(217,189,171); }
H1.HeaderClassName
{
color: #D9BDAB;
}
.AnyTagClassName
{
color: #D9BDAB;
}
</style>
background-color css
<style>
a { background-color: #D9BDAB; }
a { background-color: rgb(217,189,171); }
div.DivClassName
{
background-color: #D9BDAB;
}
.BgClassName
{
background-color: #D9BDAB;
}
</style>
border-color css
<style>
span { border-color: #D9BDAB; }
span { border-color: rgb(217,189,171); }
td.TdClassName
{
border-color: #D9BDAB;
}
.TagClassName
{
border-color: #D9BDAB;
}
</style>