Shades of Just Right #DCB6A0
Tints of Just Right #DCB6A0
RGB
CMYK
RGB Variations
Color information
#DCB6A0 (or 0xDCB6A0) is known color: Just Right. HEX triplet: DC, B6 and A0. RGB value is (220,182,160). Sum of RGB (Red+Green+Blue) = 220+182+160=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6A0 is #23495F. Grayscale: #BEBEBE. Windows color (decimal): -2312544 or 10532572. OLE color: 10532572.
HSL color Cylindrical-coordinate representation of color #DCB6A0: hue angle of 22º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB6A0 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 160 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.14 |
| HSL | 22º | 0.46% | 0.75% | - |
| HSV(B) | 22º | 0.27% | 0.86% | - |
| XYZ | 52.59 | 51.21 | 40.37 | - |
| YUV | 190.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 160 | 0 | 0.17 | 0.27 | 0.14 | 22 | 0.46 | 0.75 |
| Hex | DC | B6 | A0 | 0 | 11 | 1B | E | 16 | 2E | 4B |
| Octal | 334 | 266 | 240 | 0 | 21 | 33 | 16 | 26 | 56 | 113 |
| Binary | 11011100 | 10110110 | 10100000 | 0 | 10001 | 11011 | 1110 | 10110 | 101110 | 1001011 |
Color Harmonies of #DCB6A0
Complementary color
Monochromatic Colors of #DCB6A0
Black with #DCB6A0
Text Example
Text Example
White with #DCB6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6A0; }
p { color: rgb(220,182,160); }
H1.HeaderClassName
{
color: #DCB6A0;
}
.AnyTagClassName
{
color: #DCB6A0;
}
</style>
background-color css
<style>
a { background-color: #DCB6A0; }
a { background-color: rgb(220,182,160); }
div.DivClassName
{
background-color: #DCB6A0;
}
.BgClassName
{
background-color: #DCB6A0;
}
</style>
border-color css
<style>
span { border-color: #DCB6A0; }
span { border-color: rgb(220,182,160); }
td.TdClassName
{
border-color: #DCB6A0;
}
.TagClassName
{
border-color: #DCB6A0;
}
</style>