Shades of Just Right #D9BBAA
Tints of Just Right #D9BBAA
RGB
CMYK
RGB Variations
Color information
#D9BBAA (or 0xD9BBAA) is known color: Just Right. HEX triplet: D9, BB and AA. RGB value is (217,187,170). Sum of RGB (Red+Green+Blue) = 217+187+170=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBAA is #264455. Grayscale: #C2C2C2. Windows color (decimal): -2507862 or 11189209. OLE color: 11189209.
HSL color Cylindrical-coordinate representation of color #D9BBAA: hue angle of 21.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BBAA is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 170 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.15 |
| HSL | 21.7º | 0.38% | 0.76% | - |
| HSV(B) | 21.7º | 0.22% | 0.85% | - |
| XYZ | 53.64 | 53.19 | 45.47 | - |
| YUV | 194.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 170 | 0 | 0.14 | 0.22 | 0.15 | 21.7 | 0.38 | 0.76 |
| Hex | D9 | BB | AA | 0 | E | 16 | F | 16 | 26 | 4C |
| Octal | 331 | 273 | 252 | 0 | 16 | 26 | 17 | 26 | 46 | 114 |
| Binary | 11011001 | 10111011 | 10101010 | 0 | 1110 | 10110 | 1111 | 10110 | 100110 | 1001100 |
Color Harmonies of #D9BBAA
Complementary color
Monochromatic Colors of #D9BBAA
Black with #D9BBAA
Text Example
Text Example
White with #D9BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBAA; }
p { color: rgb(217,187,170); }
H1.HeaderClassName
{
color: #D9BBAA;
}
.AnyTagClassName
{
color: #D9BBAA;
}
</style>
background-color css
<style>
a { background-color: #D9BBAA; }
a { background-color: rgb(217,187,170); }
div.DivClassName
{
background-color: #D9BBAA;
}
.BgClassName
{
background-color: #D9BBAA;
}
</style>
border-color css
<style>
span { border-color: #D9BBAA; }
span { border-color: rgb(217,187,170); }
td.TdClassName
{
border-color: #D9BBAA;
}
.TagClassName
{
border-color: #D9BBAA;
}
</style>