Shades of Just Right #DBBBA7
Tints of Just Right #DBBBA7
RGB
CMYK
RGB Variations
Color information
#DBBBA7 (or 0xDBBBA7) is known color: Just Right. HEX triplet: DB, BB and A7. RGB value is (219,187,167). Sum of RGB (Red+Green+Blue) = 219+187+167=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBA7 is #244458. Grayscale: #C2C2C2. Windows color (decimal): -2376793 or 10992603. OLE color: 10992603.
HSL color Cylindrical-coordinate representation of color #DBBBA7: hue angle of 23.08º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBBA7 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 167 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.14 |
| HSL | 23.08º | 0.42% | 0.76% | - |
| HSV(B) | 23.08º | 0.24% | 0.86% | - |
| XYZ | 53.96 | 53.39 | 44.02 | - |
| YUV | 194.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 167 | 0 | 0.15 | 0.24 | 0.14 | 23.08 | 0.42 | 0.76 |
| Hex | DB | BB | A7 | 0 | F | 18 | E | 17 | 2A | 4C |
| Octal | 333 | 273 | 247 | 0 | 17 | 30 | 16 | 27 | 52 | 114 |
| Binary | 11011011 | 10111011 | 10100111 | 0 | 1111 | 11000 | 1110 | 10111 | 101010 | 1001100 |
Color Harmonies of #DBBBA7
Complementary color
Monochromatic Colors of #DBBBA7
Black with #DBBBA7
Text Example
Text Example
White with #DBBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBA7; }
p { color: rgb(219,187,167); }
H1.HeaderClassName
{
color: #DBBBA7;
}
.AnyTagClassName
{
color: #DBBBA7;
}
</style>
background-color css
<style>
a { background-color: #DBBBA7; }
a { background-color: rgb(219,187,167); }
div.DivClassName
{
background-color: #DBBBA7;
}
.BgClassName
{
background-color: #DBBBA7;
}
</style>
border-color css
<style>
span { border-color: #DBBBA7; }
span { border-color: rgb(219,187,167); }
td.TdClassName
{
border-color: #DBBBA7;
}
.TagClassName
{
border-color: #DBBBA7;
}
</style>