Shades of Just Right #D2BCAB
Tints of Just Right #D2BCAB
RGB
CMYK
RGB Variations
Color information
#D2BCAB (or 0xD2BCAB) is known color: Just Right. HEX triplet: D2, BC and AB. RGB value is (210,188,171). Sum of RGB (Red+Green+Blue) = 210+188+171=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BCAB is #2D4354. Grayscale: #C0C0C0. Windows color (decimal): -2966357 or 11254994. OLE color: 11254994.
HSL color Cylindrical-coordinate representation of color #D2BCAB: hue angle of 26.15º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2BCAB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 171 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.18 |
| HSL | 26.15º | 0.3% | 0.75% | - |
| HSV(B) | 26.15º | 0.19% | 0.82% | - |
| XYZ | 51.91 | 52.61 | 45.95 | - |
| YUV | 192.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 171 | 0 | 0.10 | 0.19 | 0.18 | 26.15 | 0.3 | 0.75 |
| Hex | D2 | BC | AB | 0 | A | 13 | 12 | 1A | 1E | 4B |
| Octal | 322 | 274 | 253 | 0 | 12 | 23 | 22 | 32 | 36 | 113 |
| Binary | 11010010 | 10111100 | 10101011 | 0 | 1010 | 10011 | 10010 | 11010 | 11110 | 1001011 |
Color Harmonies of #D2BCAB
Complementary color
Monochromatic Colors of #D2BCAB
Black with #D2BCAB
Text Example
Text Example
White with #D2BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCAB; }
p { color: rgb(210,188,171); }
H1.HeaderClassName
{
color: #D2BCAB;
}
.AnyTagClassName
{
color: #D2BCAB;
}
</style>
background-color css
<style>
a { background-color: #D2BCAB; }
a { background-color: rgb(210,188,171); }
div.DivClassName
{
background-color: #D2BCAB;
}
.BgClassName
{
background-color: #D2BCAB;
}
</style>
border-color css
<style>
span { border-color: #D2BCAB; }
span { border-color: rgb(210,188,171); }
td.TdClassName
{
border-color: #D2BCAB;
}
.TagClassName
{
border-color: #D2BCAB;
}
</style>