Shades of Just Right #D2BAAA
Tints of Just Right #D2BAAA
RGB
CMYK
RGB Variations
Color information
#D2BAAA (or 0xD2BAAA) is known color: Just Right. HEX triplet: D2, BA and AA. RGB value is (210,186,170). Sum of RGB (Red+Green+Blue) = 210+186+170=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BAAA is #2D4555. Grayscale: #BFBFBF. Windows color (decimal): -2966870 or 11188946. OLE color: 11188946.
HSL color Cylindrical-coordinate representation of color #D2BAAA: hue angle of 24º 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 #D2BAAA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 170 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.18 |
| HSL | 24º | 0.31% | 0.75% | - |
| HSV(B) | 24º | 0.19% | 0.82% | - |
| XYZ | 51.39 | 51.72 | 45.3 | - |
| YUV | 191.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 170 | 0 | 0.11 | 0.19 | 0.18 | 24 | 0.31 | 0.75 |
| Hex | D2 | BA | AA | 0 | B | 13 | 12 | 18 | 1F | 4B |
| Octal | 322 | 272 | 252 | 0 | 13 | 23 | 22 | 30 | 37 | 113 |
| Binary | 11010010 | 10111010 | 10101010 | 0 | 1011 | 10011 | 10010 | 11000 | 11111 | 1001011 |
Color Harmonies of #D2BAAA
Complementary color
Monochromatic Colors of #D2BAAA
Black with #D2BAAA
Text Example
Text Example
White with #D2BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAAA; }
p { color: rgb(210,186,170); }
H1.HeaderClassName
{
color: #D2BAAA;
}
.AnyTagClassName
{
color: #D2BAAA;
}
</style>
background-color css
<style>
a { background-color: #D2BAAA; }
a { background-color: rgb(210,186,170); }
div.DivClassName
{
background-color: #D2BAAA;
}
.BgClassName
{
background-color: #D2BAAA;
}
</style>
border-color css
<style>
span { border-color: #D2BAAA; }
span { border-color: rgb(210,186,170); }
td.TdClassName
{
border-color: #D2BAAA;
}
.TagClassName
{
border-color: #D2BAAA;
}
</style>