Shades of Just Right #D1BBAA
Tints of Just Right #D1BBAA
RGB
CMYK
RGB Variations
Color information
#D1BBAA (or 0xD1BBAA) is known color: Just Right. HEX triplet: D1, BB and AA. RGB value is (209,187,170). Sum of RGB (Red+Green+Blue) = 209+187+170=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BBAA is #2E4455. Grayscale: #BFBFBF. Windows color (decimal): -3032150 or 11189201. OLE color: 11189201.
HSL color Cylindrical-coordinate representation of color #D1BBAA: hue angle of 26.15º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BBAA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 170 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.18 |
| HSL | 26.15º | 0.3% | 0.74% | - |
| HSV(B) | 26.15º | 0.19% | 0.82% | - |
| XYZ | 51.32 | 52 | 45.36 | - |
| YUV | 191.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 170 | 0 | 0.11 | 0.19 | 0.18 | 26.15 | 0.3 | 0.74 |
| Hex | D1 | BB | AA | 0 | B | 13 | 12 | 1A | 1E | 4A |
| Octal | 321 | 273 | 252 | 0 | 13 | 23 | 22 | 32 | 36 | 112 |
| Binary | 11010001 | 10111011 | 10101010 | 0 | 1011 | 10011 | 10010 | 11010 | 11110 | 1001010 |
Color Harmonies of #D1BBAA
Complementary color
Monochromatic Colors of #D1BBAA
Black with #D1BBAA
Text Example
Text Example
White with #D1BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBAA; }
p { color: rgb(209,187,170); }
H1.HeaderClassName
{
color: #D1BBAA;
}
.AnyTagClassName
{
color: #D1BBAA;
}
</style>
background-color css
<style>
a { background-color: #D1BBAA; }
a { background-color: rgb(209,187,170); }
div.DivClassName
{
background-color: #D1BBAA;
}
.BgClassName
{
background-color: #D1BBAA;
}
</style>
border-color css
<style>
span { border-color: #D1BBAA; }
span { border-color: rgb(209,187,170); }
td.TdClassName
{
border-color: #D1BBAA;
}
.TagClassName
{
border-color: #D1BBAA;
}
</style>