Shades of Just Right #DBB9AA
Tints of Just Right #DBB9AA
RGB
CMYK
RGB Variations
Color information
#DBB9AA (or 0xDBB9AA) is known color: Just Right. HEX triplet: DB, B9 and AA. RGB value is (219,185,170). Sum of RGB (Red+Green+Blue) = 219+185+170=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9AA is #244655. Grayscale: #C1C1C1. Windows color (decimal): -2377302 or 11188699. OLE color: 11188699.
HSL color Cylindrical-coordinate representation of color #DBB9AA: hue angle of 18.37º 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 #DBB9AA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 170 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.14 |
| HSL | 18.37º | 0.4% | 0.76% | - |
| HSV(B) | 18.37º | 0.22% | 0.86% | - |
| XYZ | 53.82 | 52.66 | 45.36 | - |
| YUV | 193.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 170 | 0 | 0.16 | 0.22 | 0.14 | 18.37 | 0.4 | 0.76 |
| Hex | DB | B9 | AA | 0 | 10 | 16 | E | 12 | 28 | 4C |
| Octal | 333 | 271 | 252 | 0 | 20 | 26 | 16 | 22 | 50 | 114 |
| Binary | 11011011 | 10111001 | 10101010 | 0 | 10000 | 10110 | 1110 | 10010 | 101000 | 1001100 |
Color Harmonies of #DBB9AA
Complementary color
Monochromatic Colors of #DBB9AA
Black with #DBB9AA
Text Example
Text Example
White with #DBB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9AA; }
p { color: rgb(219,185,170); }
H1.HeaderClassName
{
color: #DBB9AA;
}
.AnyTagClassName
{
color: #DBB9AA;
}
</style>
background-color css
<style>
a { background-color: #DBB9AA; }
a { background-color: rgb(219,185,170); }
div.DivClassName
{
background-color: #DBB9AA;
}
.BgClassName
{
background-color: #DBB9AA;
}
</style>
border-color css
<style>
span { border-color: #DBB9AA; }
span { border-color: rgb(219,185,170); }
td.TdClassName
{
border-color: #DBB9AA;
}
.TagClassName
{
border-color: #DBB9AA;
}
</style>