Shades of Just Right #DCB5A0
Tints of Just Right #DCB5A0
RGB
CMYK
RGB Variations
Color information
#DCB5A0 (or 0xDCB5A0) is known color: Just Right. HEX triplet: DC, B5 and A0. RGB value is (220,181,160). Sum of RGB (Red+Green+Blue) = 220+181+160=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5A0 is #234A5F. Grayscale: #BEBEBE. Windows color (decimal): -2312800 or 10532316. OLE color: 10532316.
HSL color Cylindrical-coordinate representation of color #DCB5A0: hue angle of 21º 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 #DCB5A0 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 160 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.14 |
| HSL | 21º | 0.46% | 0.75% | - |
| HSV(B) | 21º | 0.27% | 0.86% | - |
| XYZ | 52.38 | 50.8 | 40.3 | - |
| YUV | 190.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 160 | 0 | 0.18 | 0.27 | 0.14 | 21 | 0.46 | 0.75 |
| Hex | DC | B5 | A0 | 0 | 12 | 1B | E | 15 | 2E | 4B |
| Octal | 334 | 265 | 240 | 0 | 22 | 33 | 16 | 25 | 56 | 113 |
| Binary | 11011100 | 10110101 | 10100000 | 0 | 10010 | 11011 | 1110 | 10101 | 101110 | 1001011 |
Color Harmonies of #DCB5A0
Complementary color
Monochromatic Colors of #DCB5A0
Black with #DCB5A0
Text Example
Text Example
White with #DCB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5A0; }
p { color: rgb(220,181,160); }
H1.HeaderClassName
{
color: #DCB5A0;
}
.AnyTagClassName
{
color: #DCB5A0;
}
</style>
background-color css
<style>
a { background-color: #DCB5A0; }
a { background-color: rgb(220,181,160); }
div.DivClassName
{
background-color: #DCB5A0;
}
.BgClassName
{
background-color: #DCB5A0;
}
</style>
border-color css
<style>
span { border-color: #DCB5A0; }
span { border-color: rgb(220,181,160); }
td.TdClassName
{
border-color: #DCB5A0;
}
.TagClassName
{
border-color: #DCB5A0;
}
</style>