Shades of Just Right #DCBAAB
Tints of Just Right #DCBAAB
RGB
CMYK
RGB Variations
Color information
#DCBAAB (or 0xDCBAAB) is known color: Just Right. HEX triplet: DC, BA and AB. RGB value is (220,186,171). Sum of RGB (Red+Green+Blue) = 220+186+171=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAAB is #234554. Grayscale: #C2C2C2. Windows color (decimal): -2311509 or 11254492. OLE color: 11254492.
HSL color Cylindrical-coordinate representation of color #DCBAAB: hue angle of 18.37º 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 #DCBAAB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 171 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.14 |
| HSL | 18.37º | 0.41% | 0.77% | - |
| HSV(B) | 18.37º | 0.22% | 0.86% | - |
| XYZ | 54.42 | 53.27 | 45.94 | - |
| YUV | 194.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 171 | 0 | 0.15 | 0.22 | 0.14 | 18.37 | 0.41 | 0.77 |
| Hex | DC | BA | AB | 0 | F | 16 | E | 12 | 29 | 4D |
| Octal | 334 | 272 | 253 | 0 | 17 | 26 | 16 | 22 | 51 | 115 |
| Binary | 11011100 | 10111010 | 10101011 | 0 | 1111 | 10110 | 1110 | 10010 | 101001 | 1001101 |
Color Harmonies of #DCBAAB
Complementary color
Monochromatic Colors of #DCBAAB
Black with #DCBAAB
Text Example
Text Example
White with #DCBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAAB; }
p { color: rgb(220,186,171); }
H1.HeaderClassName
{
color: #DCBAAB;
}
.AnyTagClassName
{
color: #DCBAAB;
}
</style>
background-color css
<style>
a { background-color: #DCBAAB; }
a { background-color: rgb(220,186,171); }
div.DivClassName
{
background-color: #DCBAAB;
}
.BgClassName
{
background-color: #DCBAAB;
}
</style>
border-color css
<style>
span { border-color: #DCBAAB; }
span { border-color: rgb(220,186,171); }
td.TdClassName
{
border-color: #DCBAAB;
}
.TagClassName
{
border-color: #DCBAAB;
}
</style>