Shades of Just Right #D7BDA9
Tints of Just Right #D7BDA9
RGB
CMYK
RGB Variations
Color information
#D7BDA9 (or 0xD7BDA9) is known color: Just Right. HEX triplet: D7, BD and A9. RGB value is (215,189,169). Sum of RGB (Red+Green+Blue) = 215+189+169=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BDA9 is #284256. Grayscale: #C2C2C2. Windows color (decimal): -2638423 or 11124183. OLE color: 11124183.
HSL color Cylindrical-coordinate representation of color #D7BDA9: hue angle of 26.09º degrees, saturation: 0.37, 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 #D7BDA9 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 169 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.16 |
| HSL | 26.09º | 0.37% | 0.75% | - |
| HSV(B) | 26.09º | 0.21% | 0.84% | - |
| XYZ | 53.38 | 53.71 | 45.09 | - |
| YUV | 194.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 169 | 0 | 0.12 | 0.21 | 0.16 | 26.09 | 0.37 | 0.75 |
| Hex | D7 | BD | A9 | 0 | C | 15 | 10 | 1A | 25 | 4B |
| Octal | 327 | 275 | 251 | 0 | 14 | 25 | 20 | 32 | 45 | 113 |
| Binary | 11010111 | 10111101 | 10101001 | 0 | 1100 | 10101 | 10000 | 11010 | 100101 | 1001011 |
Color Harmonies of #D7BDA9
Complementary color
Monochromatic Colors of #D7BDA9
Black with #D7BDA9
Text Example
Text Example
White with #D7BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDA9; }
p { color: rgb(215,189,169); }
H1.HeaderClassName
{
color: #D7BDA9;
}
.AnyTagClassName
{
color: #D7BDA9;
}
</style>
background-color css
<style>
a { background-color: #D7BDA9; }
a { background-color: rgb(215,189,169); }
div.DivClassName
{
background-color: #D7BDA9;
}
.BgClassName
{
background-color: #D7BDA9;
}
</style>
border-color css
<style>
span { border-color: #D7BDA9; }
span { border-color: rgb(215,189,169); }
td.TdClassName
{
border-color: #D7BDA9;
}
.TagClassName
{
border-color: #D7BDA9;
}
</style>