Shades of Just Right #DBC0AB
Tints of Just Right #DBC0AB
RGB
CMYK
RGB Variations
Color information
#DBC0AB (or 0xDBC0AB) is known color: Just Right. HEX triplet: DB, C0 and AB. RGB value is (219,192,171). Sum of RGB (Red+Green+Blue) = 219+192+171=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0AB is #243F54. Grayscale: #C5C5C5. Windows color (decimal): -2375509 or 11256027. OLE color: 11256027.
HSL color Cylindrical-coordinate representation of color #DBC0AB: hue angle of 26.25º 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 #DBC0AB is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 171 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.14 |
| HSL | 26.25º | 0.4% | 0.76% | - |
| HSV(B) | 26.25º | 0.22% | 0.86% | - |
| XYZ | 55.41 | 55.7 | 46.36 | - |
| YUV | 197.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 171 | 0 | 0.12 | 0.22 | 0.14 | 26.25 | 0.4 | 0.76 |
| Hex | DB | C0 | AB | 0 | C | 16 | E | 1A | 28 | 4C |
| Octal | 333 | 300 | 253 | 0 | 14 | 26 | 16 | 32 | 50 | 114 |
| Binary | 11011011 | 11000000 | 10101011 | 0 | 1100 | 10110 | 1110 | 11010 | 101000 | 1001100 |
Color Harmonies of #DBC0AB
Complementary color
Monochromatic Colors of #DBC0AB
Black with #DBC0AB
Text Example
Text Example
White with #DBC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0AB; }
p { color: rgb(219,192,171); }
H1.HeaderClassName
{
color: #DBC0AB;
}
.AnyTagClassName
{
color: #DBC0AB;
}
</style>
background-color css
<style>
a { background-color: #DBC0AB; }
a { background-color: rgb(219,192,171); }
div.DivClassName
{
background-color: #DBC0AB;
}
.BgClassName
{
background-color: #DBC0AB;
}
</style>
border-color css
<style>
span { border-color: #DBC0AB; }
span { border-color: rgb(219,192,171); }
td.TdClassName
{
border-color: #DBC0AB;
}
.TagClassName
{
border-color: #DBC0AB;
}
</style>