Shades of Just Right #D6BAAA
Tints of Just Right #D6BAAA
RGB
CMYK
RGB Variations
Color information
#D6BAAA (or 0xD6BAAA) is known color: Just Right. HEX triplet: D6, BA and AA. RGB value is (214,186,170). Sum of RGB (Red+Green+Blue) = 214+186+170=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAAA is #294555. Grayscale: #C0C0C0. Windows color (decimal): -2704726 or 11188950. OLE color: 11188950.
HSL color Cylindrical-coordinate representation of color #D6BAAA: hue angle of 21.82º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BAAA is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 170 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.16 |
| HSL | 21.82º | 0.35% | 0.75% | - |
| HSV(B) | 21.82º | 0.21% | 0.84% | - |
| XYZ | 52.55 | 52.32 | 45.36 | - |
| YUV | 192.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 170 | 0 | 0.13 | 0.21 | 0.16 | 21.82 | 0.35 | 0.75 |
| Hex | D6 | BA | AA | 0 | D | 15 | 10 | 16 | 23 | 4B |
| Octal | 326 | 272 | 252 | 0 | 15 | 25 | 20 | 26 | 43 | 113 |
| Binary | 11010110 | 10111010 | 10101010 | 0 | 1101 | 10101 | 10000 | 10110 | 100011 | 1001011 |
Color Harmonies of #D6BAAA
Complementary color
Monochromatic Colors of #D6BAAA
Black with #D6BAAA
Text Example
Text Example
White with #D6BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAAA; }
p { color: rgb(214,186,170); }
H1.HeaderClassName
{
color: #D6BAAA;
}
.AnyTagClassName
{
color: #D6BAAA;
}
</style>
background-color css
<style>
a { background-color: #D6BAAA; }
a { background-color: rgb(214,186,170); }
div.DivClassName
{
background-color: #D6BAAA;
}
.BgClassName
{
background-color: #D6BAAA;
}
</style>
border-color css
<style>
span { border-color: #D6BAAA; }
span { border-color: rgb(214,186,170); }
td.TdClassName
{
border-color: #D6BAAA;
}
.TagClassName
{
border-color: #D6BAAA;
}
</style>