Shades of Just Right #DBBAA5
Tints of Just Right #DBBAA5
RGB
CMYK
RGB Variations
Color information
#DBBAA5 (or 0xDBBAA5) is known color: Just Right. HEX triplet: DB, BA and A5. RGB value is (219,186,165). Sum of RGB (Red+Green+Blue) = 219+186+165=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA5 is #24455A. Grayscale: #C1C1C1. Windows color (decimal): -2377051 or 10861275. OLE color: 10861275.
HSL color Cylindrical-coordinate representation of color #DBBAA5: hue angle of 23.33º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBAA5 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 165 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.14 |
| HSL | 23.33º | 0.43% | 0.75% | - |
| HSV(B) | 23.33º | 0.25% | 0.86% | - |
| XYZ | 53.56 | 52.89 | 42.98 | - |
| YUV | 193.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 165 | 0 | 0.15 | 0.25 | 0.14 | 23.33 | 0.43 | 0.75 |
| Hex | DB | BA | A5 | 0 | F | 19 | E | 17 | 2B | 4B |
| Octal | 333 | 272 | 245 | 0 | 17 | 31 | 16 | 27 | 53 | 113 |
| Binary | 11011011 | 10111010 | 10100101 | 0 | 1111 | 11001 | 1110 | 10111 | 101011 | 1001011 |
Color Harmonies of #DBBAA5
Complementary color
Monochromatic Colors of #DBBAA5
Black with #DBBAA5
Text Example
Text Example
White with #DBBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAA5; }
p { color: rgb(219,186,165); }
H1.HeaderClassName
{
color: #DBBAA5;
}
.AnyTagClassName
{
color: #DBBAA5;
}
</style>
background-color css
<style>
a { background-color: #DBBAA5; }
a { background-color: rgb(219,186,165); }
div.DivClassName
{
background-color: #DBBAA5;
}
.BgClassName
{
background-color: #DBBAA5;
}
</style>
border-color css
<style>
span { border-color: #DBBAA5; }
span { border-color: rgb(219,186,165); }
td.TdClassName
{
border-color: #DBBAA5;
}
.TagClassName
{
border-color: #DBBAA5;
}
</style>