Shades of Just Right #DBBBAA
Tints of Just Right #DBBBAA
RGB
CMYK
RGB Variations
Color information
#DBBBAA (or 0xDBBBAA) is known color: Just Right. HEX triplet: DB, BB and AA. RGB value is (219,187,170). Sum of RGB (Red+Green+Blue) = 219+187+170=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBAA is #244455. Grayscale: #C2C2C2. Windows color (decimal): -2376790 or 11189211. OLE color: 11189211.
HSL color Cylindrical-coordinate representation of color #DBBBAA: hue angle of 20.82º 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 #DBBBAA is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 170 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.14 |
| HSL | 20.82º | 0.4% | 0.76% | - |
| HSV(B) | 20.82º | 0.22% | 0.86% | - |
| XYZ | 54.24 | 53.5 | 45.5 | - |
| YUV | 194.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 170 | 0 | 0.15 | 0.22 | 0.14 | 20.82 | 0.4 | 0.76 |
| Hex | DB | BB | AA | 0 | F | 16 | E | 15 | 28 | 4C |
| Octal | 333 | 273 | 252 | 0 | 17 | 26 | 16 | 25 | 50 | 114 |
| Binary | 11011011 | 10111011 | 10101010 | 0 | 1111 | 10110 | 1110 | 10101 | 101000 | 1001100 |
Color Harmonies of #DBBBAA
Complementary color
Monochromatic Colors of #DBBBAA
Black with #DBBBAA
Text Example
Text Example
White with #DBBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBAA; }
p { color: rgb(219,187,170); }
H1.HeaderClassName
{
color: #DBBBAA;
}
.AnyTagClassName
{
color: #DBBBAA;
}
</style>
background-color css
<style>
a { background-color: #DBBBAA; }
a { background-color: rgb(219,187,170); }
div.DivClassName
{
background-color: #DBBBAA;
}
.BgClassName
{
background-color: #DBBBAA;
}
</style>
border-color css
<style>
span { border-color: #DBBBAA; }
span { border-color: rgb(219,187,170); }
td.TdClassName
{
border-color: #DBBBAA;
}
.TagClassName
{
border-color: #DBBBAA;
}
</style>