Shades of Just Right #DCBBA6
Tints of Just Right #DCBBA6
RGB
CMYK
RGB Variations
Color information
#DCBBA6 (or 0xDCBBA6) is known color: Just Right. HEX triplet: DC, BB and A6. RGB value is (220,187,166). Sum of RGB (Red+Green+Blue) = 220+187+166=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA6 is #234459. Grayscale: #C2C2C2. Windows color (decimal): -2311258 or 10927068. OLE color: 10927068.
HSL color Cylindrical-coordinate representation of color #DCBBA6: hue angle of 23.33º 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 #DCBBA6 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 166 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.14 |
| HSL | 23.33º | 0.44% | 0.76% | - |
| HSV(B) | 23.33º | 0.25% | 0.86% | - |
| XYZ | 54.17 | 53.51 | 43.55 | - |
| YUV | 194.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 166 | 0 | 0.15 | 0.25 | 0.14 | 23.33 | 0.44 | 0.76 |
| Hex | DC | BB | A6 | 0 | F | 19 | E | 17 | 2C | 4C |
| Octal | 334 | 273 | 246 | 0 | 17 | 31 | 16 | 27 | 54 | 114 |
| Binary | 11011100 | 10111011 | 10100110 | 0 | 1111 | 11001 | 1110 | 10111 | 101100 | 1001100 |
Color Harmonies of #DCBBA6
Complementary color
Monochromatic Colors of #DCBBA6
Black with #DCBBA6
Text Example
Text Example
White with #DCBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBA6; }
p { color: rgb(220,187,166); }
H1.HeaderClassName
{
color: #DCBBA6;
}
.AnyTagClassName
{
color: #DCBBA6;
}
</style>
background-color css
<style>
a { background-color: #DCBBA6; }
a { background-color: rgb(220,187,166); }
div.DivClassName
{
background-color: #DCBBA6;
}
.BgClassName
{
background-color: #DCBBA6;
}
</style>
border-color css
<style>
span { border-color: #DCBBA6; }
span { border-color: rgb(220,187,166); }
td.TdClassName
{
border-color: #DCBBA6;
}
.TagClassName
{
border-color: #DCBBA6;
}
</style>