Shades of Just Right #DBBDAB
Tints of Just Right #DBBDAB
RGB
CMYK
RGB Variations
Color information
#DBBDAB (or 0xDBBDAB) is known color: Just Right. HEX triplet: DB, BD and AB. RGB value is (219,189,171). Sum of RGB (Red+Green+Blue) = 219+189+171=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDAB is #244254. Grayscale: #C4C4C4. Windows color (decimal): -2376277 or 11255259. OLE color: 11255259.
HSL color Cylindrical-coordinate representation of color #DBBDAB: hue angle of 22.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBDAB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 171 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.14 |
| HSL | 22.5º | 0.4% | 0.76% | - |
| HSV(B) | 22.5º | 0.22% | 0.86% | - |
| XYZ | 54.76 | 54.4 | 46.14 | - |
| YUV | 195.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 171 | 0 | 0.14 | 0.22 | 0.14 | 22.5 | 0.4 | 0.76 |
| Hex | DB | BD | AB | 0 | E | 16 | E | 16 | 28 | 4C |
| Octal | 333 | 275 | 253 | 0 | 16 | 26 | 16 | 26 | 50 | 114 |
| Binary | 11011011 | 10111101 | 10101011 | 0 | 1110 | 10110 | 1110 | 10110 | 101000 | 1001100 |
Color Harmonies of #DBBDAB
Complementary color
Monochromatic Colors of #DBBDAB
Black with #DBBDAB
Text Example
Text Example
White with #DBBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDAB; }
p { color: rgb(219,189,171); }
H1.HeaderClassName
{
color: #DBBDAB;
}
.AnyTagClassName
{
color: #DBBDAB;
}
</style>
background-color css
<style>
a { background-color: #DBBDAB; }
a { background-color: rgb(219,189,171); }
div.DivClassName
{
background-color: #DBBDAB;
}
.BgClassName
{
background-color: #DBBDAB;
}
</style>
border-color css
<style>
span { border-color: #DBBDAB; }
span { border-color: rgb(219,189,171); }
td.TdClassName
{
border-color: #DBBDAB;
}
.TagClassName
{
border-color: #DBBDAB;
}
</style>