Shades of Just Right #D5BFAF
Tints of Just Right #D5BFAF
RGB
CMYK
RGB Variations
Color information
#D5BFAF (or 0xD5BFAF) is known color: Just Right. HEX triplet: D5, BF and AF. RGB value is (213,191,175). Sum of RGB (Red+Green+Blue) = 213+191+175=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFAF is #2A4050. Grayscale: #C3C3C3. Windows color (decimal): -2768977 or 11517909. OLE color: 11517909.
HSL color Cylindrical-coordinate representation of color #D5BFAF: hue angle of 25.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BFAF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 175 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.16 |
| HSL | 25.26º | 0.31% | 0.76% | - |
| HSV(B) | 25.26º | 0.18% | 0.84% | - |
| XYZ | 53.81 | 54.5 | 48.24 | - |
| YUV | 195.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 175 | 0 | 0.10 | 0.18 | 0.16 | 25.26 | 0.31 | 0.76 |
| Hex | D5 | BF | AF | 0 | A | 12 | 10 | 19 | 1F | 4C |
| Octal | 325 | 277 | 257 | 0 | 12 | 22 | 20 | 31 | 37 | 114 |
| Binary | 11010101 | 10111111 | 10101111 | 0 | 1010 | 10010 | 10000 | 11001 | 11111 | 1001100 |
Color Harmonies of #D5BFAF
Complementary color
Monochromatic Colors of #D5BFAF
Black with #D5BFAF
Text Example
Text Example
White with #D5BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFAF; }
p { color: rgb(213,191,175); }
H1.HeaderClassName
{
color: #D5BFAF;
}
.AnyTagClassName
{
color: #D5BFAF;
}
</style>
background-color css
<style>
a { background-color: #D5BFAF; }
a { background-color: rgb(213,191,175); }
div.DivClassName
{
background-color: #D5BFAF;
}
.BgClassName
{
background-color: #D5BFAF;
}
</style>
border-color css
<style>
span { border-color: #D5BFAF; }
span { border-color: rgb(213,191,175); }
td.TdClassName
{
border-color: #D5BFAF;
}
.TagClassName
{
border-color: #D5BFAF;
}
</style>