Shades of Just Right #DBB8A8
Tints of Just Right #DBB8A8
RGB
CMYK
RGB Variations
Color information
#DBB8A8 (or 0xDBB8A8) is known color: Just Right. HEX triplet: DB, B8 and A8. RGB value is (219,184,168). Sum of RGB (Red+Green+Blue) = 219+184+168=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8A8 is #244757. Grayscale: #C0C0C0. Windows color (decimal): -2377560 or 11057371. OLE color: 11057371.
HSL color Cylindrical-coordinate representation of color #DBB8A8: hue angle of 18.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB8A8 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 168 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.14 |
| HSL | 18.82º | 0.41% | 0.76% | - |
| HSV(B) | 18.82º | 0.23% | 0.86% | - |
| XYZ | 53.42 | 52.17 | 44.3 | - |
| YUV | 192.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 168 | 0 | 0.16 | 0.23 | 0.14 | 18.82 | 0.41 | 0.76 |
| Hex | DB | B8 | A8 | 0 | 10 | 17 | E | 13 | 29 | 4C |
| Octal | 333 | 270 | 250 | 0 | 20 | 27 | 16 | 23 | 51 | 114 |
| Binary | 11011011 | 10111000 | 10101000 | 0 | 10000 | 10111 | 1110 | 10011 | 101001 | 1001100 |
Color Harmonies of #DBB8A8
Complementary color
Monochromatic Colors of #DBB8A8
Black with #DBB8A8
Text Example
Text Example
White with #DBB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8A8; }
p { color: rgb(219,184,168); }
H1.HeaderClassName
{
color: #DBB8A8;
}
.AnyTagClassName
{
color: #DBB8A8;
}
</style>
background-color css
<style>
a { background-color: #DBB8A8; }
a { background-color: rgb(219,184,168); }
div.DivClassName
{
background-color: #DBB8A8;
}
.BgClassName
{
background-color: #DBB8A8;
}
</style>
border-color css
<style>
span { border-color: #DBB8A8; }
span { border-color: rgb(219,184,168); }
td.TdClassName
{
border-color: #DBB8A8;
}
.TagClassName
{
border-color: #DBB8A8;
}
</style>