Shades of Just Right #D8BAAA
Tints of Just Right #D8BAAA
RGB
CMYK
RGB Variations
Color information
#D8BAAA (or 0xD8BAAA) is known color: Just Right. HEX triplet: D8, BA and AA. RGB value is (216,186,170). Sum of RGB (Red+Green+Blue) = 216+186+170=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAAA is #274555. Grayscale: #C1C1C1. Windows color (decimal): -2573654 or 11188952. OLE color: 11188952.
HSL color Cylindrical-coordinate representation of color #D8BAAA: hue angle of 20.87º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8BAAA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 170 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.15 |
| HSL | 20.87º | 0.37% | 0.76% | - |
| HSV(B) | 20.87º | 0.21% | 0.85% | - |
| XYZ | 53.13 | 52.62 | 45.39 | - |
| YUV | 193.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 170 | 0 | 0.14 | 0.21 | 0.15 | 20.87 | 0.37 | 0.76 |
| Hex | D8 | BA | AA | 0 | E | 15 | F | 15 | 25 | 4C |
| Octal | 330 | 272 | 252 | 0 | 16 | 25 | 17 | 25 | 45 | 114 |
| Binary | 11011000 | 10111010 | 10101010 | 0 | 1110 | 10101 | 1111 | 10101 | 100101 | 1001100 |
Color Harmonies of #D8BAAA
Complementary color
Monochromatic Colors of #D8BAAA
Black with #D8BAAA
Text Example
Text Example
White with #D8BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAAA; }
p { color: rgb(216,186,170); }
H1.HeaderClassName
{
color: #D8BAAA;
}
.AnyTagClassName
{
color: #D8BAAA;
}
</style>
background-color css
<style>
a { background-color: #D8BAAA; }
a { background-color: rgb(216,186,170); }
div.DivClassName
{
background-color: #D8BAAA;
}
.BgClassName
{
background-color: #D8BAAA;
}
</style>
border-color css
<style>
span { border-color: #D8BAAA; }
span { border-color: rgb(216,186,170); }
td.TdClassName
{
border-color: #D8BAAA;
}
.TagClassName
{
border-color: #D8BAAA;
}
</style>