Shades of Just Right #D5BDAB
Tints of Just Right #D5BDAB
RGB
CMYK
RGB Variations
Color information
#D5BDAB (or 0xD5BDAB) is known color: Just Right. HEX triplet: D5, BD and AB. RGB value is (213,189,171). Sum of RGB (Red+Green+Blue) = 213+189+171=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BDAB is #2A4254. Grayscale: #C2C2C2. Windows color (decimal): -2769493 or 11255253. OLE color: 11255253.
HSL color Cylindrical-coordinate representation of color #D5BDAB: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BDAB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 171 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.16 |
| HSL | 25.71º | 0.33% | 0.75% | - |
| HSV(B) | 25.71º | 0.2% | 0.84% | - |
| XYZ | 52.99 | 53.48 | 46.06 | - |
| YUV | 194.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 171 | 0 | 0.11 | 0.20 | 0.16 | 25.71 | 0.33 | 0.75 |
| Hex | D5 | BD | AB | 0 | B | 14 | 10 | 1A | 21 | 4B |
| Octal | 325 | 275 | 253 | 0 | 13 | 24 | 20 | 32 | 41 | 113 |
| Binary | 11010101 | 10111101 | 10101011 | 0 | 1011 | 10100 | 10000 | 11010 | 100001 | 1001011 |
Color Harmonies of #D5BDAB
Complementary color
Monochromatic Colors of #D5BDAB
Black with #D5BDAB
Text Example
Text Example
White with #D5BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDAB; }
p { color: rgb(213,189,171); }
H1.HeaderClassName
{
color: #D5BDAB;
}
.AnyTagClassName
{
color: #D5BDAB;
}
</style>
background-color css
<style>
a { background-color: #D5BDAB; }
a { background-color: rgb(213,189,171); }
div.DivClassName
{
background-color: #D5BDAB;
}
.BgClassName
{
background-color: #D5BDAB;
}
</style>
border-color css
<style>
span { border-color: #D5BDAB; }
span { border-color: rgb(213,189,171); }
td.TdClassName
{
border-color: #D5BDAB;
}
.TagClassName
{
border-color: #D5BDAB;
}
</style>