Shades of Just Right #DBB9A1
Tints of Just Right #DBB9A1
RGB
CMYK
RGB Variations
Color information
#DBB9A1 (or 0xDBB9A1) is known color: Just Right. HEX triplet: DB, B9 and A1. RGB value is (219,185,161). Sum of RGB (Red+Green+Blue) = 219+185+161=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9A1 is #24465E. Grayscale: #C0C0C0. Windows color (decimal): -2377311 or 10598875. OLE color: 10598875.
HSL color Cylindrical-coordinate representation of color #DBB9A1: hue angle of 24.83º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB9A1 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 161 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.14 |
| HSL | 24.83º | 0.45% | 0.75% | - |
| HSV(B) | 24.83º | 0.26% | 0.86% | - |
| XYZ | 53 | 52.33 | 41.03 | - |
| YUV | 192.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 161 | 0 | 0.16 | 0.26 | 0.14 | 24.83 | 0.45 | 0.75 |
| Hex | DB | B9 | A1 | 0 | 10 | 1A | E | 19 | 2D | 4B |
| Octal | 333 | 271 | 241 | 0 | 20 | 32 | 16 | 31 | 55 | 113 |
| Binary | 11011011 | 10111001 | 10100001 | 0 | 10000 | 11010 | 1110 | 11001 | 101101 | 1001011 |
Color Harmonies of #DBB9A1
Complementary color
Monochromatic Colors of #DBB9A1
Black with #DBB9A1
Text Example
Text Example
White with #DBB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9A1; }
p { color: rgb(219,185,161); }
H1.HeaderClassName
{
color: #DBB9A1;
}
.AnyTagClassName
{
color: #DBB9A1;
}
</style>
background-color css
<style>
a { background-color: #DBB9A1; }
a { background-color: rgb(219,185,161); }
div.DivClassName
{
background-color: #DBB9A1;
}
.BgClassName
{
background-color: #DBB9A1;
}
</style>
border-color css
<style>
span { border-color: #DBB9A1; }
span { border-color: rgb(219,185,161); }
td.TdClassName
{
border-color: #DBB9A1;
}
.TagClassName
{
border-color: #DBB9A1;
}
</style>