Shades of Just Right #D5BBAA
Tints of Just Right #D5BBAA
RGB
CMYK
RGB Variations
Color information
#D5BBAA (or 0xD5BBAA) is known color: Just Right. HEX triplet: D5, BB and AA. RGB value is (213,187,170). Sum of RGB (Red+Green+Blue) = 213+187+170=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBAA is #2A4455. Grayscale: #C0C0C0. Windows color (decimal): -2770006 or 11189205. OLE color: 11189205.
HSL color Cylindrical-coordinate representation of color #D5BBAA: hue angle of 23.72º degrees, saturation: 0.34, 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 #D5BBAA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 170 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.16 |
| HSL | 23.72º | 0.34% | 0.75% | - |
| HSV(B) | 23.72º | 0.2% | 0.84% | - |
| XYZ | 52.47 | 52.59 | 45.42 | - |
| YUV | 192.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 170 | 0 | 0.12 | 0.20 | 0.16 | 23.72 | 0.34 | 0.75 |
| Hex | D5 | BB | AA | 0 | C | 14 | 10 | 18 | 22 | 4B |
| Octal | 325 | 273 | 252 | 0 | 14 | 24 | 20 | 30 | 42 | 113 |
| Binary | 11010101 | 10111011 | 10101010 | 0 | 1100 | 10100 | 10000 | 11000 | 100010 | 1001011 |
Color Harmonies of #D5BBAA
Complementary color
Monochromatic Colors of #D5BBAA
Black with #D5BBAA
Text Example
Text Example
White with #D5BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBAA; }
p { color: rgb(213,187,170); }
H1.HeaderClassName
{
color: #D5BBAA;
}
.AnyTagClassName
{
color: #D5BBAA;
}
</style>
background-color css
<style>
a { background-color: #D5BBAA; }
a { background-color: rgb(213,187,170); }
div.DivClassName
{
background-color: #D5BBAA;
}
.BgClassName
{
background-color: #D5BBAA;
}
</style>
border-color css
<style>
span { border-color: #D5BBAA; }
span { border-color: rgb(213,187,170); }
td.TdClassName
{
border-color: #D5BBAA;
}
.TagClassName
{
border-color: #D5BBAA;
}
</style>