Shades of Just Right #D4BBAB
Tints of Just Right #D4BBAB
RGB
CMYK
RGB Variations
Color information
#D4BBAB (or 0xD4BBAB) is known color: Just Right. HEX triplet: D4, BB and AB. RGB value is (212,187,171). Sum of RGB (Red+Green+Blue) = 212+187+171=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BBAB is #2B4454. Grayscale: #C0C0C0. Windows color (decimal): -2835541 or 11254740. OLE color: 11254740.
HSL color Cylindrical-coordinate representation of color #D4BBAB: hue angle of 23.41º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BBAB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 171 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.17 |
| HSL | 23.41º | 0.32% | 0.75% | - |
| HSV(B) | 23.41º | 0.19% | 0.83% | - |
| XYZ | 52.27 | 52.48 | 45.9 | - |
| YUV | 192.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 171 | 0 | 0.12 | 0.19 | 0.17 | 23.41 | 0.32 | 0.75 |
| Hex | D4 | BB | AB | 0 | C | 13 | 11 | 17 | 20 | 4B |
| Octal | 324 | 273 | 253 | 0 | 14 | 23 | 21 | 27 | 40 | 113 |
| Binary | 11010100 | 10111011 | 10101011 | 0 | 1100 | 10011 | 10001 | 10111 | 100000 | 1001011 |
Color Harmonies of #D4BBAB
Complementary color
Monochromatic Colors of #D4BBAB
Black with #D4BBAB
Text Example
Text Example
White with #D4BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBAB; }
p { color: rgb(212,187,171); }
H1.HeaderClassName
{
color: #D4BBAB;
}
.AnyTagClassName
{
color: #D4BBAB;
}
</style>
background-color css
<style>
a { background-color: #D4BBAB; }
a { background-color: rgb(212,187,171); }
div.DivClassName
{
background-color: #D4BBAB;
}
.BgClassName
{
background-color: #D4BBAB;
}
</style>
border-color css
<style>
span { border-color: #D4BBAB; }
span { border-color: rgb(212,187,171); }
td.TdClassName
{
border-color: #D4BBAB;
}
.TagClassName
{
border-color: #D4BBAB;
}
</style>