Shades of Just Right #DBC0AC
Tints of Just Right #DBC0AC
RGB
CMYK
RGB Variations
Color information
#DBC0AC (or 0xDBC0AC) is known color: Just Right. HEX triplet: DB, C0 and AC. RGB value is (219,192,172). Sum of RGB (Red+Green+Blue) = 219+192+172=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0AC is #243F53. Grayscale: #C5C5C5. Windows color (decimal): -2375508 or 11321563. OLE color: 11321563.
HSL color Cylindrical-coordinate representation of color #DBC0AC: hue angle of 25.53º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC0AC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 172 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.14 |
| HSL | 25.53º | 0.39% | 0.77% | - |
| HSV(B) | 25.53º | 0.21% | 0.86% | - |
| XYZ | 55.51 | 55.74 | 46.86 | - |
| YUV | 197.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 172 | 0 | 0.12 | 0.21 | 0.14 | 25.53 | 0.39 | 0.77 |
| Hex | DB | C0 | AC | 0 | C | 15 | E | 1A | 27 | 4D |
| Octal | 333 | 300 | 254 | 0 | 14 | 25 | 16 | 32 | 47 | 115 |
| Binary | 11011011 | 11000000 | 10101100 | 0 | 1100 | 10101 | 1110 | 11010 | 100111 | 1001101 |
Color Harmonies of #DBC0AC
Complementary color
Monochromatic Colors of #DBC0AC
Black with #DBC0AC
Text Example
Text Example
White with #DBC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0AC; }
p { color: rgb(219,192,172); }
H1.HeaderClassName
{
color: #DBC0AC;
}
.AnyTagClassName
{
color: #DBC0AC;
}
</style>
background-color css
<style>
a { background-color: #DBC0AC; }
a { background-color: rgb(219,192,172); }
div.DivClassName
{
background-color: #DBC0AC;
}
.BgClassName
{
background-color: #DBC0AC;
}
</style>
border-color css
<style>
span { border-color: #DBC0AC; }
span { border-color: rgb(219,192,172); }
td.TdClassName
{
border-color: #DBC0AC;
}
.TagClassName
{
border-color: #DBC0AC;
}
</style>