Shades of Just Right #D8BDA9
Tints of Just Right #D8BDA9
RGB
CMYK
RGB Variations
Color information
#D8BDA9 (or 0xD8BDA9) is known color: Just Right. HEX triplet: D8, BD and A9. RGB value is (216,189,169). Sum of RGB (Red+Green+Blue) = 216+189+169=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BDA9 is #274256. Grayscale: #C2C2C2. Windows color (decimal): -2572887 or 11124184. OLE color: 11124184.
HSL color Cylindrical-coordinate representation of color #D8BDA9: hue angle of 25.53º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BDA9 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 169 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.15 |
| HSL | 25.53º | 0.38% | 0.75% | - |
| HSV(B) | 25.53º | 0.22% | 0.85% | - |
| XYZ | 53.68 | 53.86 | 45.1 | - |
| YUV | 194.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 169 | 0 | 0.12 | 0.22 | 0.15 | 25.53 | 0.38 | 0.75 |
| Hex | D8 | BD | A9 | 0 | C | 16 | F | 1A | 26 | 4B |
| Octal | 330 | 275 | 251 | 0 | 14 | 26 | 17 | 32 | 46 | 113 |
| Binary | 11011000 | 10111101 | 10101001 | 0 | 1100 | 10110 | 1111 | 11010 | 100110 | 1001011 |
Color Harmonies of #D8BDA9
Complementary color
Monochromatic Colors of #D8BDA9
Black with #D8BDA9
Text Example
Text Example
White with #D8BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDA9; }
p { color: rgb(216,189,169); }
H1.HeaderClassName
{
color: #D8BDA9;
}
.AnyTagClassName
{
color: #D8BDA9;
}
</style>
background-color css
<style>
a { background-color: #D8BDA9; }
a { background-color: rgb(216,189,169); }
div.DivClassName
{
background-color: #D8BDA9;
}
.BgClassName
{
background-color: #D8BDA9;
}
</style>
border-color css
<style>
span { border-color: #D8BDA9; }
span { border-color: rgb(216,189,169); }
td.TdClassName
{
border-color: #D8BDA9;
}
.TagClassName
{
border-color: #D8BDA9;
}
</style>