Shades of Just Right #D2BBAA
Tints of Just Right #D2BBAA
RGB
CMYK
RGB Variations
Color information
#D2BBAA (or 0xD2BBAA) is known color: Just Right. HEX triplet: D2, BB and AA. RGB value is (210,187,170). Sum of RGB (Red+Green+Blue) = 210+187+170=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBAA is #2D4455. Grayscale: #C0C0C0. Windows color (decimal): -2966614 or 11189202. OLE color: 11189202.
HSL color Cylindrical-coordinate representation of color #D2BBAA: hue angle of 25.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2BBAA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 170 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.18 |
| HSL | 25.5º | 0.31% | 0.75% | - |
| HSV(B) | 25.5º | 0.19% | 0.82% | - |
| XYZ | 51.6 | 52.14 | 45.38 | - |
| YUV | 191.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 170 | 0 | 0.11 | 0.19 | 0.18 | 25.5 | 0.31 | 0.75 |
| Hex | D2 | BB | AA | 0 | B | 13 | 12 | 1A | 1F | 4B |
| Octal | 322 | 273 | 252 | 0 | 13 | 23 | 22 | 32 | 37 | 113 |
| Binary | 11010010 | 10111011 | 10101010 | 0 | 1011 | 10011 | 10010 | 11010 | 11111 | 1001011 |
Color Harmonies of #D2BBAA
Complementary color
Monochromatic Colors of #D2BBAA
Black with #D2BBAA
Text Example
Text Example
White with #D2BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBAA; }
p { color: rgb(210,187,170); }
H1.HeaderClassName
{
color: #D2BBAA;
}
.AnyTagClassName
{
color: #D2BBAA;
}
</style>
background-color css
<style>
a { background-color: #D2BBAA; }
a { background-color: rgb(210,187,170); }
div.DivClassName
{
background-color: #D2BBAA;
}
.BgClassName
{
background-color: #D2BBAA;
}
</style>
border-color css
<style>
span { border-color: #D2BBAA; }
span { border-color: rgb(210,187,170); }
td.TdClassName
{
border-color: #D2BBAA;
}
.TagClassName
{
border-color: #D2BBAA;
}
</style>