Shades of Just Right #DCBCA3
Tints of Just Right #DCBCA3
RGB
CMYK
RGB Variations
Color information
#DCBCA3 (or 0xDCBCA3) is known color: Just Right. HEX triplet: DC, BC and A3. RGB value is (220,188,163). Sum of RGB (Red+Green+Blue) = 220+188+163=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA3 is #23435C. Grayscale: #C2C2C2. Windows color (decimal): -2311005 or 10730716. OLE color: 10730716.
HSL color Cylindrical-coordinate representation of color #DCBCA3: hue angle of 26.32º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBCA3 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 163 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.14 |
| HSL | 26.32º | 0.45% | 0.75% | - |
| HSV(B) | 26.32º | 0.26% | 0.86% | - |
| XYZ | 54.11 | 53.83 | 42.19 | - |
| YUV | 194.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 163 | 0 | 0.15 | 0.26 | 0.14 | 26.32 | 0.45 | 0.75 |
| Hex | DC | BC | A3 | 0 | F | 1A | E | 1A | 2D | 4B |
| Octal | 334 | 274 | 243 | 0 | 17 | 32 | 16 | 32 | 55 | 113 |
| Binary | 11011100 | 10111100 | 10100011 | 0 | 1111 | 11010 | 1110 | 11010 | 101101 | 1001011 |
Color Harmonies of #DCBCA3
Complementary color
Monochromatic Colors of #DCBCA3
Black with #DCBCA3
Text Example
Text Example
White with #DCBCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCA3; }
p { color: rgb(220,188,163); }
H1.HeaderClassName
{
color: #DCBCA3;
}
.AnyTagClassName
{
color: #DCBCA3;
}
</style>
background-color css
<style>
a { background-color: #DCBCA3; }
a { background-color: rgb(220,188,163); }
div.DivClassName
{
background-color: #DCBCA3;
}
.BgClassName
{
background-color: #DCBCA3;
}
</style>
border-color css
<style>
span { border-color: #DCBCA3; }
span { border-color: rgb(220,188,163); }
td.TdClassName
{
border-color: #DCBCA3;
}
.TagClassName
{
border-color: #DCBCA3;
}
</style>