Shades of Just Right #D5B9A4
Tints of Just Right #D5B9A4
RGB
CMYK
RGB Variations
Color information
#D5B9A4 (or 0xD5B9A4) is known color: Just Right. HEX triplet: D5, B9 and A4. RGB value is (213,185,164). Sum of RGB (Red+Green+Blue) = 213+185+164=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B9A4 is #2A465B. Grayscale: #BFBFBF. Windows color (decimal): -2770524 or 10795477. OLE color: 10795477.
HSL color Cylindrical-coordinate representation of color #D5B9A4: hue angle of 25.71º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B9A4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 164 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.16 |
| HSL | 25.71º | 0.37% | 0.74% | - |
| HSV(B) | 25.71º | 0.23% | 0.84% | - |
| XYZ | 51.49 | 51.52 | 42.35 | - |
| YUV | 190.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 164 | 0 | 0.13 | 0.23 | 0.16 | 25.71 | 0.37 | 0.74 |
| Hex | D5 | B9 | A4 | 0 | D | 17 | 10 | 1A | 25 | 4A |
| Octal | 325 | 271 | 244 | 0 | 15 | 27 | 20 | 32 | 45 | 112 |
| Binary | 11010101 | 10111001 | 10100100 | 0 | 1101 | 10111 | 10000 | 11010 | 100101 | 1001010 |
Color Harmonies of #D5B9A4
Complementary color
Monochromatic Colors of #D5B9A4
Black with #D5B9A4
Text Example
Text Example
White with #D5B9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9A4; }
p { color: rgb(213,185,164); }
H1.HeaderClassName
{
color: #D5B9A4;
}
.AnyTagClassName
{
color: #D5B9A4;
}
</style>
background-color css
<style>
a { background-color: #D5B9A4; }
a { background-color: rgb(213,185,164); }
div.DivClassName
{
background-color: #D5B9A4;
}
.BgClassName
{
background-color: #D5B9A4;
}
</style>
border-color css
<style>
span { border-color: #D5B9A4; }
span { border-color: rgb(213,185,164); }
td.TdClassName
{
border-color: #D5B9A4;
}
.TagClassName
{
border-color: #D5B9A4;
}
</style>