Shades of Just Right #D9BFAD
Tints of Just Right #D9BFAD
RGB
CMYK
RGB Variations
Color information
#D9BFAD (or 0xD9BFAD) is known color: Just Right. HEX triplet: D9, BF and AD. RGB value is (217,191,173). Sum of RGB (Red+Green+Blue) = 217+191+173=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BFAD is #264052. Grayscale: #C4C4C4. Windows color (decimal): -2506835 or 11386841. OLE color: 11386841.
HSL color Cylindrical-coordinate representation of color #D9BFAD: hue angle of 24.55º degrees, saturation: 0.37, 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 #D9BFAD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 173 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.15 |
| HSL | 24.55º | 0.37% | 0.76% | - |
| HSV(B) | 24.55º | 0.2% | 0.85% | - |
| XYZ | 54.79 | 55.03 | 47.27 | - |
| YUV | 196.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 173 | 0 | 0.12 | 0.20 | 0.15 | 24.55 | 0.37 | 0.76 |
| Hex | D9 | BF | AD | 0 | C | 14 | F | 19 | 25 | 4C |
| Octal | 331 | 277 | 255 | 0 | 14 | 24 | 17 | 31 | 45 | 114 |
| Binary | 11011001 | 10111111 | 10101101 | 0 | 1100 | 10100 | 1111 | 11001 | 100101 | 1001100 |
Color Harmonies of #D9BFAD
Complementary color
Monochromatic Colors of #D9BFAD
Black with #D9BFAD
Text Example
Text Example
White with #D9BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFAD; }
p { color: rgb(217,191,173); }
H1.HeaderClassName
{
color: #D9BFAD;
}
.AnyTagClassName
{
color: #D9BFAD;
}
</style>
background-color css
<style>
a { background-color: #D9BFAD; }
a { background-color: rgb(217,191,173); }
div.DivClassName
{
background-color: #D9BFAD;
}
.BgClassName
{
background-color: #D9BFAD;
}
</style>
border-color css
<style>
span { border-color: #D9BFAD; }
span { border-color: rgb(217,191,173); }
td.TdClassName
{
border-color: #D9BFAD;
}
.TagClassName
{
border-color: #D9BFAD;
}
</style>