Shades of Just Right #DBBAA1
Tints of Just Right #DBBAA1
RGB
CMYK
RGB Variations
Color information
#DBBAA1 (or 0xDBBAA1) is known color: Just Right. HEX triplet: DB, BA and A1. RGB value is (219,186,161). Sum of RGB (Red+Green+Blue) = 219+186+161=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA1 is #24455E. Grayscale: #C1C1C1. Windows color (decimal): -2377055 or 10599131. OLE color: 10599131.
HSL color Cylindrical-coordinate representation of color #DBBAA1: hue angle of 25.86º 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 #DBBAA1 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 161 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.14 |
| HSL | 25.86º | 0.45% | 0.75% | - |
| HSV(B) | 25.86º | 0.26% | 0.86% | - |
| XYZ | 53.21 | 52.75 | 41.1 | - |
| YUV | 193.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 161 | 0 | 0.15 | 0.26 | 0.14 | 25.86 | 0.45 | 0.75 |
| Hex | DB | BA | A1 | 0 | F | 1A | E | 1A | 2D | 4B |
| Octal | 333 | 272 | 241 | 0 | 17 | 32 | 16 | 32 | 55 | 113 |
| Binary | 11011011 | 10111010 | 10100001 | 0 | 1111 | 11010 | 1110 | 11010 | 101101 | 1001011 |
Color Harmonies of #DBBAA1
Complementary color
Monochromatic Colors of #DBBAA1
Black with #DBBAA1
Text Example
Text Example
White with #DBBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAA1; }
p { color: rgb(219,186,161); }
H1.HeaderClassName
{
color: #DBBAA1;
}
.AnyTagClassName
{
color: #DBBAA1;
}
</style>
background-color css
<style>
a { background-color: #DBBAA1; }
a { background-color: rgb(219,186,161); }
div.DivClassName
{
background-color: #DBBAA1;
}
.BgClassName
{
background-color: #DBBAA1;
}
</style>
border-color css
<style>
span { border-color: #DBBAA1; }
span { border-color: rgb(219,186,161); }
td.TdClassName
{
border-color: #DBBAA1;
}
.TagClassName
{
border-color: #DBBAA1;
}
</style>