Shades of Just Right #D9BCAC
Tints of Just Right #D9BCAC
RGB
CMYK
RGB Variations
Color information
#D9BCAC (or 0xD9BCAC) is known color: Just Right. HEX triplet: D9, BC and AC. RGB value is (217,188,172). Sum of RGB (Red+Green+Blue) = 217+188+172=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BCAC is #264353. Grayscale: #C2C2C2. Windows color (decimal): -2507604 or 11320537. OLE color: 11320537.
HSL color Cylindrical-coordinate representation of color #D9BCAC: hue angle of 21.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BCAC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 172 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.15 |
| HSL | 21.33º | 0.37% | 0.76% | - |
| HSV(B) | 21.33º | 0.21% | 0.85% | - |
| XYZ | 54.04 | 53.7 | 46.55 | - |
| YUV | 194.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 172 | 0 | 0.13 | 0.21 | 0.15 | 21.33 | 0.37 | 0.76 |
| Hex | D9 | BC | AC | 0 | D | 15 | F | 15 | 25 | 4C |
| Octal | 331 | 274 | 254 | 0 | 15 | 25 | 17 | 25 | 45 | 114 |
| Binary | 11011001 | 10111100 | 10101100 | 0 | 1101 | 10101 | 1111 | 10101 | 100101 | 1001100 |
Color Harmonies of #D9BCAC
Complementary color
Monochromatic Colors of #D9BCAC
Black with #D9BCAC
Text Example
Text Example
White with #D9BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCAC; }
p { color: rgb(217,188,172); }
H1.HeaderClassName
{
color: #D9BCAC;
}
.AnyTagClassName
{
color: #D9BCAC;
}
</style>
background-color css
<style>
a { background-color: #D9BCAC; }
a { background-color: rgb(217,188,172); }
div.DivClassName
{
background-color: #D9BCAC;
}
.BgClassName
{
background-color: #D9BCAC;
}
</style>
border-color css
<style>
span { border-color: #D9BCAC; }
span { border-color: rgb(217,188,172); }
td.TdClassName
{
border-color: #D9BCAC;
}
.TagClassName
{
border-color: #D9BCAC;
}
</style>