Shades of Just Right #DCBCAB
Tints of Just Right #DCBCAB
RGB
CMYK
RGB Variations
Color information
#DCBCAB (or 0xDCBCAB) is known color: Just Right. HEX triplet: DC, BC and AB. RGB value is (220,188,171). Sum of RGB (Red+Green+Blue) = 220+188+171=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCAB is #234354. Grayscale: #C3C3C3. Windows color (decimal): -2310997 or 11255004. OLE color: 11255004.
HSL color Cylindrical-coordinate representation of color #DCBCAB: hue angle of 20.82º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBCAB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 171 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.14 |
| HSL | 20.82º | 0.41% | 0.77% | - |
| HSV(B) | 20.82º | 0.22% | 0.86% | - |
| XYZ | 54.85 | 54.12 | 46.08 | - |
| YUV | 195.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 171 | 0 | 0.15 | 0.22 | 0.14 | 20.82 | 0.41 | 0.77 |
| Hex | DC | BC | AB | 0 | F | 16 | E | 15 | 29 | 4D |
| Octal | 334 | 274 | 253 | 0 | 17 | 26 | 16 | 25 | 51 | 115 |
| Binary | 11011100 | 10111100 | 10101011 | 0 | 1111 | 10110 | 1110 | 10101 | 101001 | 1001101 |
Color Harmonies of #DCBCAB
Complementary color
Monochromatic Colors of #DCBCAB
Black with #DCBCAB
Text Example
Text Example
White with #DCBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCAB; }
p { color: rgb(220,188,171); }
H1.HeaderClassName
{
color: #DCBCAB;
}
.AnyTagClassName
{
color: #DCBCAB;
}
</style>
background-color css
<style>
a { background-color: #DCBCAB; }
a { background-color: rgb(220,188,171); }
div.DivClassName
{
background-color: #DCBCAB;
}
.BgClassName
{
background-color: #DCBCAB;
}
</style>
border-color css
<style>
span { border-color: #DCBCAB; }
span { border-color: rgb(220,188,171); }
td.TdClassName
{
border-color: #DCBCAB;
}
.TagClassName
{
border-color: #DCBCAB;
}
</style>