Shades of Just Right #DCBDA6
Tints of Just Right #DCBDA6
RGB
CMYK
RGB Variations
Color information
#DCBDA6 (or 0xDCBDA6) is known color: Just Right. HEX triplet: DC, BD and A6. RGB value is (220,189,166). Sum of RGB (Red+Green+Blue) = 220+189+166=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA6 is #234259. Grayscale: #C3C3C3. Windows color (decimal): -2310746 or 10927580. OLE color: 10927580.
HSL color Cylindrical-coordinate representation of color #DCBDA6: hue angle of 25.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBDA6 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 166 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.14 |
| HSL | 25.56º | 0.44% | 0.76% | - |
| HSV(B) | 25.56º | 0.25% | 0.86% | - |
| XYZ | 54.6 | 54.36 | 43.69 | - |
| YUV | 195.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 166 | 0 | 0.14 | 0.25 | 0.14 | 25.56 | 0.44 | 0.76 |
| Hex | DC | BD | A6 | 0 | E | 19 | E | 1A | 2C | 4C |
| Octal | 334 | 275 | 246 | 0 | 16 | 31 | 16 | 32 | 54 | 114 |
| Binary | 11011100 | 10111101 | 10100110 | 0 | 1110 | 11001 | 1110 | 11010 | 101100 | 1001100 |
Color Harmonies of #DCBDA6
Complementary color
Monochromatic Colors of #DCBDA6
Black with #DCBDA6
Text Example
Text Example
White with #DCBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDA6; }
p { color: rgb(220,189,166); }
H1.HeaderClassName
{
color: #DCBDA6;
}
.AnyTagClassName
{
color: #DCBDA6;
}
</style>
background-color css
<style>
a { background-color: #DCBDA6; }
a { background-color: rgb(220,189,166); }
div.DivClassName
{
background-color: #DCBDA6;
}
.BgClassName
{
background-color: #DCBDA6;
}
</style>
border-color css
<style>
span { border-color: #DCBDA6; }
span { border-color: rgb(220,189,166); }
td.TdClassName
{
border-color: #DCBDA6;
}
.TagClassName
{
border-color: #DCBDA6;
}
</style>