Shades of Just Right #DBC0B1
Tints of Just Right #DBC0B1
RGB
CMYK
RGB Variations
Color information
#DBC0B1 (or 0xDBC0B1) is known color: Just Right. HEX triplet: DB, C0 and B1. RGB value is (219,192,177). Sum of RGB (Red+Green+Blue) = 219+192+177=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0B1 is #243F4E. Grayscale: #C6C6C6. Windows color (decimal): -2375503 or 11649243. OLE color: 11649243.
HSL color Cylindrical-coordinate representation of color #DBC0B1: hue angle of 21.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC0B1 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 177 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.14 |
| HSL | 21.43º | 0.37% | 0.78% | - |
| HSV(B) | 21.43º | 0.19% | 0.86% | - |
| XYZ | 56 | 55.93 | 49.44 | - |
| YUV | 198.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 177 | 0 | 0.12 | 0.19 | 0.14 | 21.43 | 0.37 | 0.78 |
| Hex | DB | C0 | B1 | 0 | C | 13 | E | 15 | 25 | 4E |
| Octal | 333 | 300 | 261 | 0 | 14 | 23 | 16 | 25 | 45 | 116 |
| Binary | 11011011 | 11000000 | 10110001 | 0 | 1100 | 10011 | 1110 | 10101 | 100101 | 1001110 |
Color Harmonies of #DBC0B1
Complementary color
Monochromatic Colors of #DBC0B1
Black with #DBC0B1
Text Example
Text Example
White with #DBC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0B1; }
p { color: rgb(219,192,177); }
H1.HeaderClassName
{
color: #DBC0B1;
}
.AnyTagClassName
{
color: #DBC0B1;
}
</style>
background-color css
<style>
a { background-color: #DBC0B1; }
a { background-color: rgb(219,192,177); }
div.DivClassName
{
background-color: #DBC0B1;
}
.BgClassName
{
background-color: #DBC0B1;
}
</style>
border-color css
<style>
span { border-color: #DBC0B1; }
span { border-color: rgb(219,192,177); }
td.TdClassName
{
border-color: #DBC0B1;
}
.TagClassName
{
border-color: #DBC0B1;
}
</style>