Shades of Just Right #D5BCA9
Tints of Just Right #D5BCA9
RGB
CMYK
RGB Variations
Color information
#D5BCA9 (or 0xD5BCA9) is known color: Just Right. HEX triplet: D5, BC and A9. RGB value is (213,188,169). Sum of RGB (Red+Green+Blue) = 213+188+169=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCA9 is #2A4356. Grayscale: #C1C1C1. Windows color (decimal): -2769751 or 11123925. OLE color: 11123925.
HSL color Cylindrical-coordinate representation of color #D5BCA9: hue angle of 25.91º degrees, saturation: 0.34, 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 #D5BCA9 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 169 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.16 |
| HSL | 25.91º | 0.34% | 0.75% | - |
| HSV(B) | 25.91º | 0.21% | 0.84% | - |
| XYZ | 52.59 | 52.98 | 44.99 | - |
| YUV | 193.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 169 | 0 | 0.12 | 0.21 | 0.16 | 25.91 | 0.34 | 0.75 |
| Hex | D5 | BC | A9 | 0 | C | 15 | 10 | 1A | 22 | 4B |
| Octal | 325 | 274 | 251 | 0 | 14 | 25 | 20 | 32 | 42 | 113 |
| Binary | 11010101 | 10111100 | 10101001 | 0 | 1100 | 10101 | 10000 | 11010 | 100010 | 1001011 |
Color Harmonies of #D5BCA9
Complementary color
Monochromatic Colors of #D5BCA9
Black with #D5BCA9
Text Example
Text Example
White with #D5BCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCA9; }
p { color: rgb(213,188,169); }
H1.HeaderClassName
{
color: #D5BCA9;
}
.AnyTagClassName
{
color: #D5BCA9;
}
</style>
background-color css
<style>
a { background-color: #D5BCA9; }
a { background-color: rgb(213,188,169); }
div.DivClassName
{
background-color: #D5BCA9;
}
.BgClassName
{
background-color: #D5BCA9;
}
</style>
border-color css
<style>
span { border-color: #D5BCA9; }
span { border-color: rgb(213,188,169); }
td.TdClassName
{
border-color: #D5BCA9;
}
.TagClassName
{
border-color: #D5BCA9;
}
</style>