Shades of Just Right #DBB8A1
Tints of Just Right #DBB8A1
RGB
CMYK
RGB Variations
Color information
#DBB8A1 (or 0xDBB8A1) is known color: Just Right. HEX triplet: DB, B8 and A1. RGB value is (219,184,161). Sum of RGB (Red+Green+Blue) = 219+184+161=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8A1 is #24475E. Grayscale: #BFBFBF. Windows color (decimal): -2377567 or 10598619. OLE color: 10598619.
HSL color Cylindrical-coordinate representation of color #DBB8A1: hue angle of 23.79º 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 #DBB8A1 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 161 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.14 |
| HSL | 23.79º | 0.45% | 0.75% | - |
| HSV(B) | 23.79º | 0.26% | 0.86% | - |
| XYZ | 52.79 | 51.91 | 40.96 | - |
| YUV | 191.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 161 | 0 | 0.16 | 0.26 | 0.14 | 23.79 | 0.45 | 0.75 |
| Hex | DB | B8 | A1 | 0 | 10 | 1A | E | 18 | 2D | 4B |
| Octal | 333 | 270 | 241 | 0 | 20 | 32 | 16 | 30 | 55 | 113 |
| Binary | 11011011 | 10111000 | 10100001 | 0 | 10000 | 11010 | 1110 | 11000 | 101101 | 1001011 |
Color Harmonies of #DBB8A1
Complementary color
Monochromatic Colors of #DBB8A1
Black with #DBB8A1
Text Example
Text Example
White with #DBB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8A1; }
p { color: rgb(219,184,161); }
H1.HeaderClassName
{
color: #DBB8A1;
}
.AnyTagClassName
{
color: #DBB8A1;
}
</style>
background-color css
<style>
a { background-color: #DBB8A1; }
a { background-color: rgb(219,184,161); }
div.DivClassName
{
background-color: #DBB8A1;
}
.BgClassName
{
background-color: #DBB8A1;
}
</style>
border-color css
<style>
span { border-color: #DBB8A1; }
span { border-color: rgb(219,184,161); }
td.TdClassName
{
border-color: #DBB8A1;
}
.TagClassName
{
border-color: #DBB8A1;
}
</style>