Shades of Just Right #DBBDA9
Tints of Just Right #DBBDA9
RGB
CMYK
RGB Variations
Color information
#DBBDA9 (or 0xDBBDA9) is known color: Just Right. HEX triplet: DB, BD and A9. RGB value is (219,189,169). Sum of RGB (Red+Green+Blue) = 219+189+169=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDA9 is #244256. Grayscale: #C3C3C3. Windows color (decimal): -2376279 or 11124187. OLE color: 11124187.
HSL color Cylindrical-coordinate representation of color #DBBDA9: hue angle of 24º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBDA9 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 169 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.14 |
| HSL | 24º | 0.41% | 0.76% | - |
| HSV(B) | 24º | 0.23% | 0.86% | - |
| XYZ | 54.57 | 54.32 | 45.14 | - |
| YUV | 195.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 169 | 0 | 0.14 | 0.23 | 0.14 | 24 | 0.41 | 0.76 |
| Hex | DB | BD | A9 | 0 | E | 17 | E | 18 | 29 | 4C |
| Octal | 333 | 275 | 251 | 0 | 16 | 27 | 16 | 30 | 51 | 114 |
| Binary | 11011011 | 10111101 | 10101001 | 0 | 1110 | 10111 | 1110 | 11000 | 101001 | 1001100 |
Color Harmonies of #DBBDA9
Complementary color
Monochromatic Colors of #DBBDA9
Black with #DBBDA9
Text Example
Text Example
White with #DBBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDA9; }
p { color: rgb(219,189,169); }
H1.HeaderClassName
{
color: #DBBDA9;
}
.AnyTagClassName
{
color: #DBBDA9;
}
</style>
background-color css
<style>
a { background-color: #DBBDA9; }
a { background-color: rgb(219,189,169); }
div.DivClassName
{
background-color: #DBBDA9;
}
.BgClassName
{
background-color: #DBBDA9;
}
</style>
border-color css
<style>
span { border-color: #DBBDA9; }
span { border-color: rgb(219,189,169); }
td.TdClassName
{
border-color: #DBBDA9;
}
.TagClassName
{
border-color: #DBBDA9;
}
</style>