Shades of Just Right #DBBAA0
Tints of Just Right #DBBAA0
RGB
CMYK
RGB Variations
Color information
#DBBAA0 (or 0xDBBAA0) is known color: Just Right. HEX triplet: DB, BA and A0. RGB value is (219,186,160). Sum of RGB (Red+Green+Blue) = 219+186+160=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA0 is #24455F. Grayscale: #C1C1C1. Windows color (decimal): -2377056 or 10533595. OLE color: 10533595.
HSL color Cylindrical-coordinate representation of color #DBBAA0: hue angle of 26.44º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBAA0 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 160 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.14 |
| HSL | 26.44º | 0.45% | 0.74% | - |
| HSV(B) | 26.44º | 0.27% | 0.86% | - |
| XYZ | 53.12 | 52.72 | 40.63 | - |
| YUV | 192.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 160 | 0 | 0.15 | 0.27 | 0.14 | 26.44 | 0.45 | 0.74 |
| Hex | DB | BA | A0 | 0 | F | 1B | E | 1A | 2D | 4A |
| Octal | 333 | 272 | 240 | 0 | 17 | 33 | 16 | 32 | 55 | 112 |
| Binary | 11011011 | 10111010 | 10100000 | 0 | 1111 | 11011 | 1110 | 11010 | 101101 | 1001010 |
Color Harmonies of #DBBAA0
Complementary color
Monochromatic Colors of #DBBAA0
Black with #DBBAA0
Text Example
Text Example
White with #DBBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAA0; }
p { color: rgb(219,186,160); }
H1.HeaderClassName
{
color: #DBBAA0;
}
.AnyTagClassName
{
color: #DBBAA0;
}
</style>
background-color css
<style>
a { background-color: #DBBAA0; }
a { background-color: rgb(219,186,160); }
div.DivClassName
{
background-color: #DBBAA0;
}
.BgClassName
{
background-color: #DBBAA0;
}
</style>
border-color css
<style>
span { border-color: #DBBAA0; }
span { border-color: rgb(219,186,160); }
td.TdClassName
{
border-color: #DBBAA0;
}
.TagClassName
{
border-color: #DBBAA0;
}
</style>