Shades of Just Right #D2BBAB
Tints of Just Right #D2BBAB
RGB
CMYK
RGB Variations
Color information
#D2BBAB (or 0xD2BBAB) is known color: Just Right. HEX triplet: D2, BB and AB. RGB value is (210,187,171). Sum of RGB (Red+Green+Blue) = 210+187+171=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBAB is #2D4454. Grayscale: #C0C0C0. Windows color (decimal): -2966613 or 11254738. OLE color: 11254738.
HSL color Cylindrical-coordinate representation of color #D2BBAB: hue angle of 24.62º 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 #D2BBAB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 171 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.18 |
| HSL | 24.62º | 0.3% | 0.75% | - |
| HSV(B) | 24.62º | 0.19% | 0.82% | - |
| XYZ | 51.7 | 52.18 | 45.88 | - |
| YUV | 192.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 171 | 0 | 0.11 | 0.19 | 0.18 | 24.62 | 0.3 | 0.75 |
| Hex | D2 | BB | AB | 0 | B | 13 | 12 | 19 | 1E | 4B |
| Octal | 322 | 273 | 253 | 0 | 13 | 23 | 22 | 31 | 36 | 113 |
| Binary | 11010010 | 10111011 | 10101011 | 0 | 1011 | 10011 | 10010 | 11001 | 11110 | 1001011 |
Color Harmonies of #D2BBAB
Complementary color
Monochromatic Colors of #D2BBAB
Black with #D2BBAB
Text Example
Text Example
White with #D2BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBAB; }
p { color: rgb(210,187,171); }
H1.HeaderClassName
{
color: #D2BBAB;
}
.AnyTagClassName
{
color: #D2BBAB;
}
</style>
background-color css
<style>
a { background-color: #D2BBAB; }
a { background-color: rgb(210,187,171); }
div.DivClassName
{
background-color: #D2BBAB;
}
.BgClassName
{
background-color: #D2BBAB;
}
</style>
border-color css
<style>
span { border-color: #D2BBAB; }
span { border-color: rgb(210,187,171); }
td.TdClassName
{
border-color: #D2BBAB;
}
.TagClassName
{
border-color: #D2BBAB;
}
</style>