Shades of Just Right #D5BFAE
Tints of Just Right #D5BFAE
RGB
CMYK
RGB Variations
Color information
#D5BFAE (or 0xD5BFAE) is known color: Just Right. HEX triplet: D5, BF and AE. RGB value is (213,191,174). Sum of RGB (Red+Green+Blue) = 213+191+174=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFAE is #2A4051. Grayscale: #C3C3C3. Windows color (decimal): -2768978 or 11452373. OLE color: 11452373.
HSL color Cylindrical-coordinate representation of color #D5BFAE: hue angle of 26.15º degrees, saturation: 0.32, 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 #D5BFAE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 174 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.16 |
| HSL | 26.15º | 0.32% | 0.76% | - |
| HSV(B) | 26.15º | 0.18% | 0.84% | - |
| XYZ | 53.71 | 54.46 | 47.73 | - |
| YUV | 195.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 174 | 0 | 0.10 | 0.18 | 0.16 | 26.15 | 0.32 | 0.76 |
| Hex | D5 | BF | AE | 0 | A | 12 | 10 | 1A | 20 | 4C |
| Octal | 325 | 277 | 256 | 0 | 12 | 22 | 20 | 32 | 40 | 114 |
| Binary | 11010101 | 10111111 | 10101110 | 0 | 1010 | 10010 | 10000 | 11010 | 100000 | 1001100 |
Color Harmonies of #D5BFAE
Complementary color
Monochromatic Colors of #D5BFAE
Black with #D5BFAE
Text Example
Text Example
White with #D5BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFAE; }
p { color: rgb(213,191,174); }
H1.HeaderClassName
{
color: #D5BFAE;
}
.AnyTagClassName
{
color: #D5BFAE;
}
</style>
background-color css
<style>
a { background-color: #D5BFAE; }
a { background-color: rgb(213,191,174); }
div.DivClassName
{
background-color: #D5BFAE;
}
.BgClassName
{
background-color: #D5BFAE;
}
</style>
border-color css
<style>
span { border-color: #D5BFAE; }
span { border-color: rgb(213,191,174); }
td.TdClassName
{
border-color: #D5BFAE;
}
.TagClassName
{
border-color: #D5BFAE;
}
</style>