Shades of Just Right #D7BCAC
Tints of Just Right #D7BCAC
RGB
CMYK
RGB Variations
Color information
#D7BCAC (or 0xD7BCAC) is known color: Just Right. HEX triplet: D7, BC and AC. RGB value is (215,188,172). Sum of RGB (Red+Green+Blue) = 215+188+172=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BCAC is #284353. Grayscale: #C2C2C2. Windows color (decimal): -2638676 or 11320535. OLE color: 11320535.
HSL color Cylindrical-coordinate representation of color #D7BCAC: hue angle of 22.33º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7BCAC is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 172 | - |
| CMYK | 0 | 0.13 | 0.2 | 0.16 |
| HSL | 22.33º | 0.35% | 0.76% | - |
| HSV(B) | 22.33º | 0.2% | 0.84% | - |
| XYZ | 53.45 | 53.39 | 46.52 | - |
| YUV | 194.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 172 | 0 | 0.13 | 0.2 | 0.16 | 22.33 | 0.35 | 0.76 |
| Hex | D7 | BC | AC | 0 | D | 14 | 10 | 16 | 23 | 4C |
| Octal | 327 | 274 | 254 | 0 | 15 | 24 | 20 | 26 | 43 | 114 |
| Binary | 11010111 | 10111100 | 10101100 | 0 | 1101 | 10100 | 10000 | 10110 | 100011 | 1001100 |
Color Harmonies of #D7BCAC
Complementary color
Monochromatic Colors of #D7BCAC
Black with #D7BCAC
Text Example
Text Example
White with #D7BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCAC; }
p { color: rgb(215,188,172); }
H1.HeaderClassName
{
color: #D7BCAC;
}
.AnyTagClassName
{
color: #D7BCAC;
}
</style>
background-color css
<style>
a { background-color: #D7BCAC; }
a { background-color: rgb(215,188,172); }
div.DivClassName
{
background-color: #D7BCAC;
}
.BgClassName
{
background-color: #D7BCAC;
}
</style>
border-color css
<style>
span { border-color: #D7BCAC; }
span { border-color: rgb(215,188,172); }
td.TdClassName
{
border-color: #D7BCAC;
}
.TagClassName
{
border-color: #D7BCAC;
}
</style>