Shades of Just Right #D8BFAC
Tints of Just Right #D8BFAC
RGB
CMYK
RGB Variations
Color information
#D8BFAC (or 0xD8BFAC) is known color: Just Right. HEX triplet: D8, BF and AC. RGB value is (216,191,172). Sum of RGB (Red+Green+Blue) = 216+191+172=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BFAC is #274053. Grayscale: #C4C4C4. Windows color (decimal): -2572372 or 11321304. OLE color: 11321304.
HSL color Cylindrical-coordinate representation of color #D8BFAC: hue angle of 25.91º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8BFAC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 172 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.15 |
| HSL | 25.91º | 0.36% | 0.76% | - |
| HSV(B) | 25.91º | 0.2% | 0.85% | - |
| XYZ | 54.4 | 54.84 | 46.75 | - |
| YUV | 196.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 172 | 0 | 0.12 | 0.20 | 0.15 | 25.91 | 0.36 | 0.76 |
| Hex | D8 | BF | AC | 0 | C | 14 | F | 1A | 24 | 4C |
| Octal | 330 | 277 | 254 | 0 | 14 | 24 | 17 | 32 | 44 | 114 |
| Binary | 11011000 | 10111111 | 10101100 | 0 | 1100 | 10100 | 1111 | 11010 | 100100 | 1001100 |
Color Harmonies of #D8BFAC
Complementary color
Monochromatic Colors of #D8BFAC
Black with #D8BFAC
Text Example
Text Example
White with #D8BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFAC; }
p { color: rgb(216,191,172); }
H1.HeaderClassName
{
color: #D8BFAC;
}
.AnyTagClassName
{
color: #D8BFAC;
}
</style>
background-color css
<style>
a { background-color: #D8BFAC; }
a { background-color: rgb(216,191,172); }
div.DivClassName
{
background-color: #D8BFAC;
}
.BgClassName
{
background-color: #D8BFAC;
}
</style>
border-color css
<style>
span { border-color: #D8BFAC; }
span { border-color: rgb(216,191,172); }
td.TdClassName
{
border-color: #D8BFAC;
}
.TagClassName
{
border-color: #D8BFAC;
}
</style>