Shades of Just Right #D5BBAC
Tints of Just Right #D5BBAC
RGB
CMYK
RGB Variations
Color information
#D5BBAC (or 0xD5BBAC) is known color: Just Right. HEX triplet: D5, BB and AC. RGB value is (213,187,172). Sum of RGB (Red+Green+Blue) = 213+187+172=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBAC is #2A4453. Grayscale: #C1C1C1. Windows color (decimal): -2770004 or 11320277. OLE color: 11320277.
HSL color Cylindrical-coordinate representation of color #D5BBAC: hue angle of 21.95º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5BBAC is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 172 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.16 |
| HSL | 21.95º | 0.33% | 0.75% | - |
| HSV(B) | 21.95º | 0.19% | 0.84% | - |
| XYZ | 52.66 | 52.67 | 46.42 | - |
| YUV | 193.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 172 | 0 | 0.12 | 0.19 | 0.16 | 21.95 | 0.33 | 0.75 |
| Hex | D5 | BB | AC | 0 | C | 13 | 10 | 16 | 21 | 4B |
| Octal | 325 | 273 | 254 | 0 | 14 | 23 | 20 | 26 | 41 | 113 |
| Binary | 11010101 | 10111011 | 10101100 | 0 | 1100 | 10011 | 10000 | 10110 | 100001 | 1001011 |
Color Harmonies of #D5BBAC
Complementary color
Monochromatic Colors of #D5BBAC
Black with #D5BBAC
Text Example
Text Example
White with #D5BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBAC; }
p { color: rgb(213,187,172); }
H1.HeaderClassName
{
color: #D5BBAC;
}
.AnyTagClassName
{
color: #D5BBAC;
}
</style>
background-color css
<style>
a { background-color: #D5BBAC; }
a { background-color: rgb(213,187,172); }
div.DivClassName
{
background-color: #D5BBAC;
}
.BgClassName
{
background-color: #D5BBAC;
}
</style>
border-color css
<style>
span { border-color: #D5BBAC; }
span { border-color: rgb(213,187,172); }
td.TdClassName
{
border-color: #D5BBAC;
}
.TagClassName
{
border-color: #D5BBAC;
}
</style>