Shades of Just Right #DBB7A1
Tints of Just Right #DBB7A1
RGB
CMYK
RGB Variations
Color information
#DBB7A1 (or 0xDBB7A1) is known color: Just Right. HEX triplet: DB, B7 and A1. RGB value is (219,183,161). Sum of RGB (Red+Green+Blue) = 219+183+161=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7A1 is #24485E. Grayscale: #BFBFBF. Windows color (decimal): -2377823 or 10598363. OLE color: 10598363.
HSL color Cylindrical-coordinate representation of color #DBB7A1: hue angle of 22.76º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB7A1 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 161 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.14 |
| HSL | 22.76º | 0.45% | 0.75% | - |
| HSV(B) | 22.76º | 0.26% | 0.86% | - |
| XYZ | 52.58 | 51.5 | 40.89 | - |
| YUV | 191.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 161 | 0 | 0.16 | 0.26 | 0.14 | 22.76 | 0.45 | 0.75 |
| Hex | DB | B7 | A1 | 0 | 10 | 1A | E | 17 | 2D | 4B |
| Octal | 333 | 267 | 241 | 0 | 20 | 32 | 16 | 27 | 55 | 113 |
| Binary | 11011011 | 10110111 | 10100001 | 0 | 10000 | 11010 | 1110 | 10111 | 101101 | 1001011 |
Color Harmonies of #DBB7A1
Complementary color
Monochromatic Colors of #DBB7A1
Black with #DBB7A1
Text Example
Text Example
White with #DBB7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7A1; }
p { color: rgb(219,183,161); }
H1.HeaderClassName
{
color: #DBB7A1;
}
.AnyTagClassName
{
color: #DBB7A1;
}
</style>
background-color css
<style>
a { background-color: #DBB7A1; }
a { background-color: rgb(219,183,161); }
div.DivClassName
{
background-color: #DBB7A1;
}
.BgClassName
{
background-color: #DBB7A1;
}
</style>
border-color css
<style>
span { border-color: #DBB7A1; }
span { border-color: rgb(219,183,161); }
td.TdClassName
{
border-color: #DBB7A1;
}
.TagClassName
{
border-color: #DBB7A1;
}
</style>