Shades of Just Right #DBBBA5
Tints of Just Right #DBBBA5
RGB
CMYK
RGB Variations
Color information
#DBBBA5 (or 0xDBBBA5) is known color: Just Right. HEX triplet: DB, BB and A5. RGB value is (219,187,165). Sum of RGB (Red+Green+Blue) = 219+187+165=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBA5 is #24445A. Grayscale: #C2C2C2. Windows color (decimal): -2376795 or 10861531. OLE color: 10861531.
HSL color Cylindrical-coordinate representation of color #DBBBA5: hue angle of 24.44º 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 #DBBBA5 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 165 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.14 |
| HSL | 24.44º | 0.43% | 0.75% | - |
| HSV(B) | 24.44º | 0.25% | 0.86% | - |
| XYZ | 53.78 | 53.32 | 43.05 | - |
| YUV | 194.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 165 | 0 | 0.15 | 0.25 | 0.14 | 24.44 | 0.43 | 0.75 |
| Hex | DB | BB | A5 | 0 | F | 19 | E | 18 | 2B | 4B |
| Octal | 333 | 273 | 245 | 0 | 17 | 31 | 16 | 30 | 53 | 113 |
| Binary | 11011011 | 10111011 | 10100101 | 0 | 1111 | 11001 | 1110 | 11000 | 101011 | 1001011 |
Color Harmonies of #DBBBA5
Complementary color
Monochromatic Colors of #DBBBA5
Black with #DBBBA5
Text Example
Text Example
White with #DBBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBA5; }
p { color: rgb(219,187,165); }
H1.HeaderClassName
{
color: #DBBBA5;
}
.AnyTagClassName
{
color: #DBBBA5;
}
</style>
background-color css
<style>
a { background-color: #DBBBA5; }
a { background-color: rgb(219,187,165); }
div.DivClassName
{
background-color: #DBBBA5;
}
.BgClassName
{
background-color: #DBBBA5;
}
</style>
border-color css
<style>
span { border-color: #DBBBA5; }
span { border-color: rgb(219,187,165); }
td.TdClassName
{
border-color: #DBBBA5;
}
.TagClassName
{
border-color: #DBBBA5;
}
</style>