Shades of Just Right #DBC1AD
Tints of Just Right #DBC1AD
RGB
CMYK
RGB Variations
Color information
#DBC1AD (or 0xDBC1AD) is known color: Just Right. HEX triplet: DB, C1 and AD. RGB value is (219,193,173). Sum of RGB (Red+Green+Blue) = 219+193+173=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC1AD is #243E52. Grayscale: #C6C6C6. Windows color (decimal): -2375251 or 11387355. OLE color: 11387355.
HSL color Cylindrical-coordinate representation of color #DBC1AD: hue angle of 26.09º 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 #DBC1AD is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 173 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.14 |
| HSL | 26.09º | 0.39% | 0.77% | - |
| HSV(B) | 26.09º | 0.21% | 0.86% | - |
| XYZ | 55.83 | 56.22 | 47.44 | - |
| YUV | 198.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 173 | 0 | 0.12 | 0.21 | 0.14 | 26.09 | 0.39 | 0.77 |
| Hex | DB | C1 | AD | 0 | C | 15 | E | 1A | 27 | 4D |
| Octal | 333 | 301 | 255 | 0 | 14 | 25 | 16 | 32 | 47 | 115 |
| Binary | 11011011 | 11000001 | 10101101 | 0 | 1100 | 10101 | 1110 | 11010 | 100111 | 1001101 |
Color Harmonies of #DBC1AD
Complementary color
Monochromatic Colors of #DBC1AD
Black with #DBC1AD
Text Example
Text Example
White with #DBC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1AD; }
p { color: rgb(219,193,173); }
H1.HeaderClassName
{
color: #DBC1AD;
}
.AnyTagClassName
{
color: #DBC1AD;
}
</style>
background-color css
<style>
a { background-color: #DBC1AD; }
a { background-color: rgb(219,193,173); }
div.DivClassName
{
background-color: #DBC1AD;
}
.BgClassName
{
background-color: #DBC1AD;
}
</style>
border-color css
<style>
span { border-color: #DBC1AD; }
span { border-color: rgb(219,193,173); }
td.TdClassName
{
border-color: #DBC1AD;
}
.TagClassName
{
border-color: #DBC1AD;
}
</style>